Audio and Transcription Display Widget - Configuration Requirements

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:

  1. What is the correct configuration for the Segments Object Set field?

  2. Are there specific property type requirements (integer vs long vs double) for timestamps?

  3. Does the object set variable need specific filtering?

Any help would be appreciated!