Module: Google::Cloud::Video::LiveStream::V1::AutoTranscriptionConfig::DisplayTiming
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
Whether auto-generated text streams are displayed synchronously or asynchronously with the original audio.
Constant Summary collapse
- DISPLAY_TIMING_UNSPECIFIED =
Display timing is not specified. Caption display will be asynchronous by default.
0- ASYNC =
Caption will be displayed asynchronous with audio.
1- SYNC =
Caption will be displayed synchronous with audio. This option increases overall media output latency, and reduces viewing latency between audio and auto-generated captions.
2