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 several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffered operations."],["It provides properties like `Uri`, `SrtFormatUri`, and `VttFormatUri` to access the Cloud Storage URIs where recognition results are stored in different formats, such as the primary result, SRT captions, and VTT captions."],["The `CloudStorageResult` class can be instantiated using either a default constructor or a constructor that accepts another `CloudStorageResult` object as a parameter, allowing for object duplication."]]],[]]