Module: Google::Cloud::Video::LiveStream::V1::AutoTranscriptionConfig::QualityPreset
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
Presets to tune the latency and quality of auto-generated captions.
Constant Summary collapse
- QUALITY_PRESET_UNSPECIFIED =
Quality Preset is not specified. By default, BALANCED_QUALITY will be used.
0- LOW_LATENCY =
Reduce the latency of auto-generated captions. This may reduce the quality of the captions.
1- BALANCED_QUALITY =
Default behavior when QualityPreset is not specified.
2- IMPROVED_QUALITY =
Increases the quality of the auto-generated captions at the cost of higher latency.
3