Interface OutputFormatConfigOrBuilder (4.36.0)

public interface OutputFormatConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNative()

public abstract 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;

Returns
TypeDescription
NativeOutputFileFormatConfig

The native.

getNativeOrBuilder()

public abstract 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;

Returns
TypeDescription
NativeOutputFileFormatConfigOrBuilder

getSrt()

public abstract 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;

Returns
TypeDescription
SrtOutputFileFormatConfig

The srt.

getSrtOrBuilder()

public abstract 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;

Returns
TypeDescription
SrtOutputFileFormatConfigOrBuilder

getVtt()

public abstract 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;

Returns
TypeDescription
VttOutputFileFormatConfig

The vtt.

getVttOrBuilder()

public abstract 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;

Returns
TypeDescription
VttOutputFileFormatConfigOrBuilder

hasNative()

public abstract boolean 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;

Returns
TypeDescription
boolean

Whether the native field is set.

hasSrt()

public abstract 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;

Returns
TypeDescription
boolean

Whether the srt field is set.

hasVtt()

public abstract 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;

Returns
TypeDescription
boolean

Whether the vtt field is set.