Live Stream V1 API - Module Google::Cloud::Video::LiveStream::V1::AutoTranscriptionConfig::QualityPreset (v2.4.0)

Reference documentation and code samples for the Live Stream V1 API module Google::Cloud::Video::LiveStream::V1::AutoTranscriptionConfig::QualityPreset.

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

Constants

QUALITY_PRESET_UNSPECIFIED

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

LOW_LATENCY

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

BALANCED_QUALITY

value: 2
Default behavior when QualityPreset is not specified.

IMPROVED_QUALITY

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