Issue:
Having trouble configuring the Audio and Transcription Display widget. The timestamp property dropdowns remain empty even after setting up the object types correctly.
My Setup:
-
Audio Recording object type with a media reference property for audio
-
Transcription Segments object type with:
-
transcription(string) - segment text -
start_timestamp_ms(integer) - beginning timestamp in milliseconds -
end_timestamp_ms(integer) - ending timestamp in milliseconds -
speaker(string) - optional for speaker diarization
-
-
Link between segments and recordings (many-to-one)
What I tried:
-
Created an object set variable for transcription segments
-
Verified properties are mapped correctly in the object type
-
Refreshed the Workshop module
-
Properties still don’t appear in the Beginning/End Timestamp dropdowns
Questions:
-
What is the correct configuration for the Segments Object Set field?
-
Are there specific property type requirements (integer vs long vs double) for timestamps?
-
Does the object set variable need specific filtering?
Any help would be appreciated!