public sealed class DocumentOutputConfig : IMessage<DocumentOutputConfig>, IEquatable<DocumentOutputConfig>, IDeepCloneable<DocumentOutputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 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-21 UTC."],[[["The latest version of the `DocumentOutputConfig` class in the Cloud Document AI v1 API is 3.19.0, with many previous versions available for reference."],["`DocumentOutputConfig` is designed to manage the output settings for documents, primarily controlling how documents are written as JSON files."],["The `DocumentOutputConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with Google's Protocol Buffers framework."],["It inherits from the `object` class and can make use of `object` class methods such as `GetHashCode`, `GetType`, and `ToString`."],["The `DocumentOutputConfig` class has properties such as `DestinationCase` and `GcsOutputConfig` which defines the output destination and configuration to store the files in cloud storage."]]],[]]