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 is available across multiple versions, with 1.4.0 being the latest."],["`CloudStorageResult` has two constructors, one empty and one that takes a `CloudStorageResult` object, and it inherits from `object` while implementing various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `SrtFormatUri`, `Uri`, and `VttFormatUri`, which are strings representing Cloud Storage URIs for different formatted output files."],["The class offers recognition output in the form of captions, either as SRT or VTT, and these results are delivered through Cloud Storage URIs."]]],[]]