Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class AutoTranscriptionConfig.
Advanced configurations for auto-generated text streams.
Generated from protobuf message google.cloud.video.livestream.v1.AutoTranscriptionConfig
Namespace
Google \ Cloud \ Video \ LiveStream \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ display_timing |
int
Optional. Whether auto-generated text streams are displayed synchronously or asynchronously with the original audio. |
↳ quality_preset |
int
Optional. Tunes the latency and quality of auto-generated captions. |
getDisplayTiming
Optional. Whether auto-generated text streams are displayed synchronously or asynchronously with the original audio.
Returns | |
---|---|
Type | Description |
int |
Enum of type DisplayTiming. |
setDisplayTiming
Optional. Whether auto-generated text streams are displayed synchronously or asynchronously with the original audio.
Parameter | |
---|---|
Name | Description |
var |
int
Enum of type DisplayTiming. |
Returns | |
---|---|
Type | Description |
$this |
getQualityPreset
Optional. Tunes the latency and quality of auto-generated captions.
Returns | |
---|---|
Type | Description |
int |
Enum of type QualityPreset. |
setQualityPreset
Optional. Tunes the latency and quality of auto-generated captions.
Parameter | |
---|---|
Name | Description |
var |
int
Enum of type QualityPreset. |
Returns | |
---|---|
Type | Description |
$this |