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."],[[["The webpage provides documentation for the `DocumentOutputConfig` class within the `Google.Cloud.DocumentAI.V1` namespace, with the latest version being 3.19.0."],["The `DocumentOutputConfig` class, which is part of the Google Cloud Document AI library, controls how documents are output, with all documents being written as JSON files."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The `DocumentOutputConfig` class offers two constructors and two primary properties: `DestinationCase`, representing the destination type, and `GcsOutputConfig`, specifying output configurations for Cloud Storage."],["There are many previous versions available to view going back to version 1.0.0, if needed, all the way up to version 3.19.0."]]],[]]