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 Cloud Speech-to-Text v2 API and is used for configuring output settings for Cloud Storage."],["This class inherits from `object` and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GcsOutputConfig` class is available in the `Google.Cloud.Speech.V2` namespace, within the `Google.Cloud.Speech.V2.dll` assembly."],["The class offers two constructors, one default and another that accepts a `GcsOutputConfig` object for creating a new instance based on an existing one."],["The class contains a `Uri` property, a string value, which specifies the Cloud Storage URI prefix where recognition results will be stored."]]],[]]