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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `CloudStorageResult` class in the Google Cloud Speech-to-Text v2 API represents the location where final speech recognition results are stored in Cloud Storage."],["This class is part of the `Google.Cloud.Speech.V2` namespace and is implemented in the `Google.Cloud.Speech.V2.dll` assembly."],["The `CloudStorageResult` class allows users to access the Cloud Storage URIs for results in plain text format, as well as SRT and VTT formatted caption files."],["There are several available versions of this class, with version 1.4.0 being the latest, and version 1.3.0 being the current one represented here, and version 1.0.0 being the earliest."],["This class inherits properties such as `GetHashCode()`, `GetType()` and `ToString()` from `object`, and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]