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, part of the Google Cloud Speech-to-Text v2 API, represents the final results of a speech recognition operation written to Cloud Storage."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffered operations."],["The `CloudStorageResult` class includes properties such as `Uri`, `SrtFormatUri`, and `VttFormatUri` to access the Cloud Storage locations of the recognition results, whether in a general format, or specifically in SRT or VTT caption formats."],["The latest version of `CloudStorageResult` is 1.4.0, but previous versions are available dating back to 1.0.0."]]],[]]