public sealed class GcsOutputConfig : IMessage<DocumentOutputConfig.Types.GcsOutputConfig>, IEquatable<DocumentOutputConfig.Types.GcsOutputConfig>, IDeepCloneable<DocumentOutputConfig.Types.GcsOutputConfig>, IBufferMessage, IMessage
[[["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."],[[["This webpage provides documentation for the `GcsOutputConfig` class, which is part of the `Google.Cloud.DocumentAI.V1Beta3` namespace and used for configuring the output of documents."],["The `GcsOutputConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with various Protobuf functionalities."],["The class inherits several methods from the base `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["There are two constructors available for `GcsOutputConfig`: a default constructor and one that accepts another `GcsOutputConfig` instance as a parameter."],["It has a property `GcsUri` of type `String` for setting the Cloud Storage directory URI where the output will be stored."]]],[]]