public enum AutoTranscriptionConfig.Types.QualityPresetReference documentation and code samples for the Live Stream v1 API enum AutoTranscriptionConfig.Types.QualityPreset.
Presets to tune the latency and quality of auto-generated captions.
Namespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Fields |
|
|---|---|
| Name | Description |
BalancedQuality |
Default behavior when QualityPreset is not specified. |
ImprovedQuality |
Increases the quality of the auto-generated captions at the cost of higher latency. |
LowLatency |
Reduce the latency of auto-generated captions. This may reduce the quality of the captions. |
Unspecified |
Quality Preset is not specified. By default, BALANCED_QUALITY will be used. |