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, specifically for .NET development, detailing its functionality in controlling document output."],["The latest version of `DocumentOutputConfig` is 3.19.0, with historical versions dating back to 1.0.0, all available for reference."],["`DocumentOutputConfig` is designed to write all documents as a JSON file and includes properties such as `DestinationCase` and `GcsOutputConfig` for configuring output destinations."],["The `DocumentOutputConfig` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods such as `GetHashCode`, `GetType`, and `ToString`."],["The documentation includes details on the constructors for `DocumentOutputConfig`, including a default constructor and one that takes another `DocumentOutputConfig` instance as a parameter."]]],[]]