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 page details the `DocumentOutputConfig` class within the `Google.Cloud.DocumentAI.V1` namespace, which is part of the Google Cloud Document AI .NET library, with the latest version being 3.19.0."],["The `DocumentOutputConfig` class is used to manage the configuration of how documents are outputted, ensuring they are formatted as JSON files."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `DocumentOutputConfig` class offers two constructors for creating instances: a default constructor and one that accepts another `DocumentOutputConfig` instance, and it also allows for specifying output to Cloud Storage via `GcsOutputConfig`."],["The page provides a version history of the `DocumentOutputConfig` class, covering releases from 1.0.0 up to the current latest release of 3.19.0."]]],[]]