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."],[[["This webpage provides documentation for the `DocumentOutputConfig` class within the Google Cloud Document AI v1 API for .NET, detailing its purpose as a configuration tool for document output."],["The `DocumentOutputConfig` class is designed to control how documents are outputted, with all results being written as JSON files, and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage outlines the inheritance of `DocumentOutputConfig` from the base `object` class and lists inherited members, including `GetHashCode()`, `GetType()`, and `ToString()`."],["The documentation includes details about the class's constructors, `DocumentOutputConfig()` and `DocumentOutputConfig(DocumentOutputConfig other)`, and the properties, `DestinationCase` and `GcsOutputConfig`, which manage output destinations and Cloud Storage output configurations, respectively."],["This webpage lists different versions of the `DocumentOutputConfig` documentation, from version 1.0.0 all the way to the latest version, 3.19.0, allowing users to access and review historical iterations."]]],[]]