public sealed class DocumentOutputConfig : IMessage<DocumentOutputConfig>, IEquatable<DocumentOutputConfig>, IDeepCloneable<DocumentOutputConfig>, IBufferMessage, IMessage
Config that controls the output of documents. All documents will be written
as a JSON file.
[[["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 `DocumentOutputConfig` class within the `Google.Cloud.DocumentAI.V1` namespace, specifically outlining its structure, inheritance, and implementation details across multiple versions."],["The `DocumentOutputConfig` class is designed to manage the output of documents, ensuring they are written as JSON files."],["The latest version of `DocumentOutputConfig` available is 3.19.0, and previous versions ranging from 1.0.0 to 3.18.0 are also documented and accessible via the provided links."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to function within the Google Protobuf ecosystem."],["`DocumentOutputConfig` includes properties like `DestinationCase` and `GcsOutputConfig`, which define where the output documents will be written and are described within the documentation."]]],[]]