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.
Implements
IMessageGcsOutputConfig, IEquatableGcsOutputConfig, IDeepCloneableGcsOutputConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V2Assembly
Google.Cloud.Speech.V2.dll
Constructors
GcsOutputConfig()
public GcsOutputConfig()
GcsOutputConfig(GcsOutputConfig)
public GcsOutputConfig(GcsOutputConfig other)
Parameter | |
---|---|
Name | Description |
other |
GcsOutputConfig |
Properties
Uri
public string Uri { get; set; }
The Cloud Storage URI prefix with which recognition results will be written.
Property Value | |
---|---|
Type | Description |
string |