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, specifically designed for managing output configurations for Cloud Storage."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer-based messaging."],["The `GcsOutputConfig` class inherits from `object` and includes constructors for creating new instances, either empty or by cloning another `GcsOutputConfig` object."],["It allows you to set a `Uri` property, which is a string representing the Cloud Storage URI prefix where recognition results will be stored."],["The latest version of this API is 1.4.0 and there are a total of 5 versions available."]]],[]]