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
.
Implements
IMessageOutputFormatConfig, IEquatableOutputFormatConfig, IDeepCloneableOutputFormatConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V2Assembly
Google.Cloud.Speech.V2.dll
Constructors
OutputFormatConfig()
public OutputFormatConfig()
OutputFormatConfig(OutputFormatConfig)
public OutputFormatConfig(OutputFormatConfig other)
Parameter | |
---|---|
Name | Description |
other |
OutputFormatConfig |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
VttOutputFileFormatConfig |