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 version 3.0.0, including details on its constructors, properties, and inheritance."],["The `DocumentOutputConfig` class controls how documents are outputted, with all resulting files formatted as JSON files."],["The webpage lists available versions of the `DocumentOutputConfig` class, ranging from the latest 3.19.0 down to version 1.0.0."],["It offers two constructors: a default constructor and one that takes another `DocumentOutputConfig` object as a parameter, facilitating object creation and cloning."],["It includes properties such as `DestinationCase` and `GcsOutputConfig`, allowing for configuration of output destinations, particularly to Cloud Storage."]]],[]]