Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class QualityPreset.
Presets to tune the latency and quality of auto-generated captions.
Protobuf type google.cloud.video.livestream.v1.AutoTranscriptionConfig.QualityPreset
Namespace
Google \ Cloud \ Video \ LiveStream \ V1 \ AutoTranscriptionConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
QUALITY_PRESET_UNSPECIFIED
Value: 0
Quality Preset is not specified. By default, BALANCED_QUALITY will be used.
Generated from protobuf enum QUALITY_PRESET_UNSPECIFIED = 0;
LOW_LATENCY
Value: 1
Reduce the latency of auto-generated captions. This may reduce the quality of the captions.
Generated from protobuf enum LOW_LATENCY = 1;
BALANCED_QUALITY
Value: 2
Default behavior when QualityPreset is not specified.
Generated from protobuf enum BALANCED_QUALITY = 2;
IMPROVED_QUALITY
Value: 3
Increases the quality of the auto-generated captions at the cost of higher latency.
Generated from protobuf enum IMPROVED_QUALITY = 3;