Enum AutoTranscriptionConfig.QualityPreset (0.77.0)

public enum AutoTranscriptionConfig.QualityPreset extends Enum<AutoTranscriptionConfig.QualityPreset> implements ProtocolMessageEnum

Presets to tune the latency and quality of auto-generated captions.

Protobuf enum google.cloud.video.livestream.v1.AutoTranscriptionConfig.QualityPreset

Implements

ProtocolMessageEnum

Static Fields

Name Description
BALANCED_QUALITY

Default behavior when QualityPreset is not specified.

BALANCED_QUALITY = 2;

BALANCED_QUALITY_VALUE

Default behavior when QualityPreset is not specified.

BALANCED_QUALITY = 2;

IMPROVED_QUALITY

Increases the quality of the auto-generated captions at the cost of higher latency.

IMPROVED_QUALITY = 3;

IMPROVED_QUALITY_VALUE

Increases the quality of the auto-generated captions at the cost of higher latency.

IMPROVED_QUALITY = 3;

LOW_LATENCY

Reduce the latency of auto-generated captions. This may reduce the quality of the captions.

LOW_LATENCY = 1;

LOW_LATENCY_VALUE

Reduce the latency of auto-generated captions. This may reduce the quality of the captions.

LOW_LATENCY = 1;

QUALITY_PRESET_UNSPECIFIED

Quality Preset is not specified. By default, BALANCED_QUALITY will be used.

QUALITY_PRESET_UNSPECIFIED = 0;

QUALITY_PRESET_UNSPECIFIED_VALUE

Quality Preset is not specified. By default, BALANCED_QUALITY will be used.

QUALITY_PRESET_UNSPECIFIED = 0;

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