Google Cloud Speech v1p1beta1 API - Class TranscriptOutputConfig (3.0.0-beta07)

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

Reference documentation and code samples for the Google Cloud Speech v1p1beta1 API class TranscriptOutputConfig.

Specifies an optional destination for the recognition results.

Inheritance

object > TranscriptOutputConfig

Namespace

Google.Cloud.Speech.V1P1Beta1

Assembly

Google.Cloud.Speech.V1P1Beta1.dll

Constructors

TranscriptOutputConfig()

public TranscriptOutputConfig()

TranscriptOutputConfig(TranscriptOutputConfig)

public TranscriptOutputConfig(TranscriptOutputConfig other)
Parameter
NameDescription
otherTranscriptOutputConfig

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
TypeDescription
string

HasGcsUri

public bool HasGcsUri { get; }

Gets whether the "gcs_uri" field is set

Property Value
TypeDescription
bool

OutputTypeCase

public TranscriptOutputConfig.OutputTypeOneofCase OutputTypeCase { get; }
Property Value
TypeDescription
TranscriptOutputConfigOutputTypeOneofCase