public sealed class CloudStorageResult : IMessage<CloudStorageResult>, IEquatable<CloudStorageResult>, IDeepCloneable<CloudStorageResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class CloudStorageResult.
Final results written to Cloud Storage.
Implements
IMessageCloudStorageResult, IEquatableCloudStorageResult, IDeepCloneableCloudStorageResult, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V2Assembly
Google.Cloud.Speech.V2.dll
Constructors
CloudStorageResult()
public CloudStorageResult()
CloudStorageResult(CloudStorageResult)
public CloudStorageResult(CloudStorageResult other)
Parameter | |
---|---|
Name | Description |
other |
CloudStorageResult |
Properties
SrtFormatUri
public string SrtFormatUri { get; set; }
The Cloud Storage URI to which recognition results were written as SRT
formatted captions. This is populated only when SRT
output is requested.
Property Value | |
---|---|
Type | Description |
string |
Uri
public string Uri { get; set; }
The Cloud Storage URI to which recognition results were written.
Property Value | |
---|---|
Type | Description |
string |
VttFormatUri
public string VttFormatUri { get; set; }
The Cloud Storage URI to which recognition results were written as VTT
formatted captions. This is populated only when VTT
output is requested.
Property Value | |
---|---|
Type | Description |
string |