public enum AutoTranscriptionConfig.DisplayTiming extends Enum<AutoTranscriptionConfig.DisplayTiming> implements ProtocolMessageEnum
Whether auto-generated text streams are displayed synchronously or asynchronously with the original audio.
Protobuf enum google.cloud.video.livestream.v1.AutoTranscriptionConfig.DisplayTiming
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ASYNC |
Caption will be displayed asynchronous with audio. |
ASYNC_VALUE |
Caption will be displayed asynchronous with audio. |
DISPLAY_TIMING_UNSPECIFIED |
Display timing is not specified. Caption display will be asynchronous by default. |
DISPLAY_TIMING_UNSPECIFIED_VALUE |
Display timing is not specified. Caption display will be asynchronous by default. |
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. |
SYNC_VALUE |
Caption will be displayed synchronous with audio. This option increases overall media output latency, and reduces viewing latency between audio and auto-generated captions. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |