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 details the `DocumentOutputConfig` class within the `Google.Cloud.DocumentAI.V1` namespace, specifically version 2.0.0, used for controlling document output."],["The `DocumentOutputConfig` class is designed to manage how documents are outputted, with all documents being saved as JSON files, and it inherits from the `Object` class and implements multiple interfaces."],["The latest version available for the `DocumentOutputConfig` is 3.19.0, and the page lists version history going back to 1.0.0."],["The class contains two constructors: a default constructor and one that accepts another `DocumentOutputConfig` instance, allowing the creation of a duplicate of the object."],["`DocumentOutputConfig` has properties like `DestinationCase` and `GcsOutputConfig`, with `GcsOutputConfig` enabling the configuration to write the output results to Google Cloud Storage."]]],[]]