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, with the latest version being 3.19.0 and the current page describing version 3.5.0."],["The `DocumentOutputConfig` class is used to configure how documents are output, with all documents being written as JSON files."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `DocumentOutputConfig` class includes constructors and properties such as `DestinationCase` and `GcsOutputConfig` for defining the output destination and type."],["The page offers links to 26 versions of the DocumentOutputConfig documentation, ranging from version 1.0.0 to 3.19.0, allowing developers to easily access the API documentation for the version they need."]]],[]]