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

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

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

Output configurations for Cloud Storage.

Inheritance

object > GcsOutputConfig

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Constructors

GcsOutputConfig()

public GcsOutputConfig()

GcsOutputConfig(GcsOutputConfig)

public GcsOutputConfig(GcsOutputConfig other)
Parameter
NameDescription
otherGcsOutputConfig

Properties

Uri

public string Uri { get; set; }

The Cloud Storage URI prefix with which recognition results will be written.

Property Value
TypeDescription
string