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 page provides documentation for the `DocumentOutputConfig` class within the `Google.Cloud.DocumentAI.V1` namespace, detailing its functionality for managing document output in JSON format."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and manipulation."],["It includes constructors for creating new instances, either empty or by copying another `DocumentOutputConfig` object, and provides properties for managing output destinations."],["The `GcsOutputConfig` property allows configuration for writing output to Google Cloud Storage, offering a specific output destination option."],["The page lists the different versions of DocumentOutputConfig with version 3.19.0 being the latest."]]],[]]