public enum AutoTranscriptionConfig.Types.DisplayTimingReference documentation and code samples for the Live Stream v1 API enum AutoTranscriptionConfig.Types.DisplayTiming.
Whether auto-generated text streams are displayed synchronously or asynchronously with the original audio.
Namespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Fields |
|
|---|---|
| Name | Description |
Async |
Caption will be displayed asynchronous with audio. |
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. |
Unspecified |
Display timing is not specified. Caption display will be asynchronous by default. |