Cloud Speech-to-Text v2 API - Class OutputFormatConfig (1.0.0)

public sealed class OutputFormatConfig : IMessage<OutputFormatConfig>, IEquatable<OutputFormatConfig>, IDeepCloneable<OutputFormatConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Speech-to-Text v2 API class OutputFormatConfig.

Configuration for the format of the results stored to output.

Inheritance

object > OutputFormatConfig

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Constructors

OutputFormatConfig()

public OutputFormatConfig()

OutputFormatConfig(OutputFormatConfig)

public OutputFormatConfig(OutputFormatConfig other)
Parameter
NameDescription
otherOutputFormatConfig

Properties

Native

public NativeOutputFileFormatConfig Native { get; set; }

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.

Property Value
TypeDescription
NativeOutputFileFormatConfig

Srt

public SrtOutputFileFormatConfig Srt { get; set; }

Configuration for the srt output format. If this field is set then transcripts will be written to the sink in the srt format.

Property Value
TypeDescription
SrtOutputFileFormatConfig

Vtt

public VttOutputFileFormatConfig Vtt { get; set; }

Configuration for the vtt output format. If this field is set then transcripts will be written to the sink in the vtt format.

Property Value
TypeDescription
VttOutputFileFormatConfig