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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BALANCED_QUALITY |
Default behavior when QualityPreset is not specified. |
BALANCED_QUALITY_VALUE |
Default behavior when QualityPreset is not specified. |
IMPROVED_QUALITY |
Increases the quality of the auto-generated captions at the cost of higher latency. |
IMPROVED_QUALITY_VALUE |
Increases the quality of the auto-generated captions at the cost of higher latency. |
LOW_LATENCY |
Reduce the latency of auto-generated captions. This may reduce the quality of the captions. |
LOW_LATENCY_VALUE |
Reduce the latency of auto-generated captions. This may reduce the quality of the captions. |
QUALITY_PRESET_UNSPECIFIED |
Quality Preset is not specified. By default, BALANCED_QUALITY will be used. |
QUALITY_PRESET_UNSPECIFIED_VALUE |
Quality Preset is not specified. By default, BALANCED_QUALITY will be used. |
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() |