public sealed class TranscriptOutputConfig : IMessage<TranscriptOutputConfig>, IEquatable<TranscriptOutputConfig>, IDeepCloneable<TranscriptOutputConfig>, IBufferMessage, IMessage
Specifies an optional destination for the recognition results.
Implements
IMessage<TranscriptOutputConfig>, IEquatable<TranscriptOutputConfig>, IDeepCloneable<TranscriptOutputConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V1P1Beta1Assembly
Google.Cloud.Speech.V1P1Beta1.dll
Constructors
TranscriptOutputConfig()
public TranscriptOutputConfig()
TranscriptOutputConfig(TranscriptOutputConfig)
public TranscriptOutputConfig(TranscriptOutputConfig other)
Parameter | |
---|---|
Name | Description |
other | TranscriptOutputConfig |
Properties
GcsUri
public string GcsUri { get; set; }
Specifies a Cloud Storage URI for the recognition results. Must be
specified in the format: gs://bucket_name/object_name
, and the bucket
must already exist.
Property Value | |
---|---|
Type | Description |
String |
OutputTypeCase
public TranscriptOutputConfig.OutputTypeOneofCase OutputTypeCase { get; }
Property Value | |
---|---|
Type | Description |
TranscriptOutputConfig.OutputTypeOneofCase |