Interface OutputFormatConfigOrBuilder (4.38.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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
boolean

Whether the vtt field is set.