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 page details the `GcsOutputConfig` class within the `Google.Cloud.DocumentAI.V1` namespace, used for configuring document output."],["The `GcsOutputConfig` class is part of the `DocumentOutputConfig.Types` and has several inherited members from the `Object` class."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for enhanced functionality."],["The `GcsOutputConfig` class offers two constructors: a default constructor and another that accepts a `DocumentOutputConfig.Types.GcsOutputConfig` object as a parameter."],["It includes a `GcsUri` property to specify the Cloud Storage directory for document output, with the type of the value being a String."]]],[]]