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, detailing its functionality for managing document output settings."],["The latest version of `DocumentOutputConfig` is 3.19.0, with documentation available for versions ranging from 1.0.0 to 3.19.0, and all of them being accessible on this page."],["`DocumentOutputConfig` is designed to control how documents are outputted, with all outputted documents being stored as JSON files."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides a `GcsOutputConfig` property that allows users to configure outputting the document results to Cloud Storage."]]],[]]