Interface AutoTranscriptionConfigOrBuilder (0.77.0)

public interface AutoTranscriptionConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayTiming()

public abstract AutoTranscriptionConfig.DisplayTiming getDisplayTiming()

Optional. Whether auto-generated text streams are displayed synchronously or asynchronously with the original audio.

.google.cloud.video.livestream.v1.AutoTranscriptionConfig.DisplayTiming display_timing = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AutoTranscriptionConfig.DisplayTiming

The displayTiming.

getDisplayTimingValue()

public abstract int getDisplayTimingValue()

Optional. Whether auto-generated text streams are displayed synchronously or asynchronously with the original audio.

.google.cloud.video.livestream.v1.AutoTranscriptionConfig.DisplayTiming display_timing = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for displayTiming.

getQualityPreset()

public abstract AutoTranscriptionConfig.QualityPreset getQualityPreset()

Optional. Tunes the latency and quality of auto-generated captions.

.google.cloud.video.livestream.v1.AutoTranscriptionConfig.QualityPreset quality_preset = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AutoTranscriptionConfig.QualityPreset

The qualityPreset.

getQualityPresetValue()

public abstract int getQualityPresetValue()

Optional. Tunes the latency and quality of auto-generated captions.

.google.cloud.video.livestream.v1.AutoTranscriptionConfig.QualityPreset quality_preset = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for qualityPreset.