Enum AutoTranscriptionConfig.DisplayTiming (0.77.0)

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

ProtocolMessageEnum

Static Fields

Name Description
ASYNC

Caption will be displayed asynchronous with audio.

ASYNC = 1;

ASYNC_VALUE

Caption will be displayed asynchronous with audio.

ASYNC = 1;

DISPLAY_TIMING_UNSPECIFIED

Display timing is not specified. Caption display will be asynchronous by default.

DISPLAY_TIMING_UNSPECIFIED = 0;

DISPLAY_TIMING_UNSPECIFIED_VALUE

Display timing is not specified. Caption display will be asynchronous by default.

DISPLAY_TIMING_UNSPECIFIED = 0;

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 = 2;

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.

SYNC = 2;

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()