public interface OutputFormatConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NativeOutputFileFormatConfig |
getNative()
Configuration for the native output format.
|
NativeOutputFileFormatConfigOrBuilder |
getNativeOrBuilder()
Configuration for the native output format.
|
SrtOutputFileFormatConfig |
getSrt()
Configuration for the srt output format.
|
SrtOutputFileFormatConfigOrBuilder |
getSrtOrBuilder()
Configuration for the srt output format.
|
VttOutputFileFormatConfig |
getVtt()
Configuration for the vtt output format.
|
VttOutputFileFormatConfigOrBuilder |
getVttOrBuilder()
Configuration for the vtt output format.
|
boolean |
hasNative()
Configuration for the native output format.
|
boolean |
hasSrt()
Configuration for the srt output format.
|
boolean |
hasVtt()
Configuration for the vtt output format.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNative()
Configuration for the native output format. If this field is set or if no other output format field is set then transcripts will be written to the sink in the native format.
.google.cloud.speech.v2.NativeOutputFileFormatConfig native = 1;NativeOutputFileFormatConfig getNative()
Configuration for the native output format. If this field is set or if no other output format field is set then transcripts will be written to the sink in the native format.
.google.cloud.speech.v2.NativeOutputFileFormatConfig native = 1;NativeOutputFileFormatConfigOrBuilder getNativeOrBuilder()
Configuration for the native output format. If this field is set or if no other output format field is set then transcripts will be written to the sink in the native format.
.google.cloud.speech.v2.NativeOutputFileFormatConfig native = 1;boolean hasVtt()
Configuration for the vtt output format. If this field is set then transcripts will be written to the sink in the vtt format.
.google.cloud.speech.v2.VttOutputFileFormatConfig vtt = 2;VttOutputFileFormatConfig getVtt()
Configuration for the vtt output format. If this field is set then transcripts will be written to the sink in the vtt format.
.google.cloud.speech.v2.VttOutputFileFormatConfig vtt = 2;VttOutputFileFormatConfigOrBuilder getVttOrBuilder()
Configuration for the vtt output format. If this field is set then transcripts will be written to the sink in the vtt format.
.google.cloud.speech.v2.VttOutputFileFormatConfig vtt = 2;boolean hasSrt()
Configuration for the srt output format. If this field is set then transcripts will be written to the sink in the srt format.
.google.cloud.speech.v2.SrtOutputFileFormatConfig srt = 3;SrtOutputFileFormatConfig getSrt()
Configuration for the srt output format. If this field is set then transcripts will be written to the sink in the srt format.
.google.cloud.speech.v2.SrtOutputFileFormatConfig srt = 3;SrtOutputFileFormatConfigOrBuilder getSrtOrBuilder()
Configuration for the srt output format. If this field is set then transcripts will be written to the sink in the srt format.
.google.cloud.speech.v2.SrtOutputFileFormatConfig srt = 3;Copyright © 2024 Google LLC. All rights reserved.