public sealed class DocumentOutputConfig : IMessage<DocumentOutputConfig>, IEquatable<DocumentOutputConfig>, IDeepCloneable<DocumentOutputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class DocumentOutputConfig.
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-24 UTC."],[[["The `DocumentOutputConfig` class in the Cloud Document AI v1beta3 API controls how documents are outputted, with all documents being written as JSON files."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, offering methods for comparison, cloning, and message handling."],["There are two constructors available for `DocumentOutputConfig`, one default and one allowing for the passing of another `DocumentOutputConfig` object."],["`DocumentOutputConfig` includes a `DestinationCase` property and a `GcsOutputConfig` property that allows for configuration of outputting to Cloud Storage."],["There are multiple versions available to access, including 2.0.0-beta23, 2.0.0-beta22 and 1.0.0-beta04."]]],[]]