Live Stream v1 API - Enum AutoTranscriptionConfig.Types.QualityPreset (1.10.0)

public enum AutoTranscriptionConfig.Types.QualityPreset

Reference 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.V1

Assembly

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.