public sealed class GcsOutputConfig : IMessage<GcsOutputConfig>, IEquatable<GcsOutputConfig>, IDeepCloneable<GcsOutputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class GcsOutputConfig.
[[["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 `GcsOutputConfig` class is part of the Google Cloud Speech-to-Text v2 API, designed for managing output configurations related to Cloud Storage."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with protocol buffer functionalities."],["It inherits from the base `object` class and offers methods like `GetHashCode`, `GetType`, and `ToString`."],["`GcsOutputConfig` includes a `Uri` property of type string that specifies the Cloud Storage URI prefix for storing recognition results."],["There are two constructors available for creating `GcsOutputConfig` objects: a default one and another that copies data from an existing `GcsOutputConfig` instance."]]],[]]