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`, providing functionalities for message handling, equality checks, deep cloning, and buffer message operations."],["It inherits from the base `object` class and includes members such as `GetHashCode()`, `GetType()`, and `ToString()` to allow objects to perform such actions."],["The `GcsOutputConfig` class has a `Uri` property, which is a string representing the Cloud Storage URI prefix to which recognition results are directed."],["There are currently five versions of `GcsOutputConfig`, the latest one being 1.4.0, and a reference documentation for each version."]]],[]]