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 reference documentation for the `DocumentOutputConfig` class within the Google Cloud Document AI v1 API, specifically for version 3.17.0."],["`DocumentOutputConfig` is used to configure the output of documents, which are written as JSON files, when processing with the Document AI service."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling structured data within the API."],["The `DocumentOutputConfig` class offers a `GcsOutputConfig` property to specify Cloud Storage as the destination for the output results, and also features a `DestinationCase` property to manage output destination choices."],["The page offers a selection of previous versions, as well as the latest version, of the `DocumentOutputConfig` class with version 3.19.0 as the most current release."]]],[]]