public sealed class GcsOutputConfig : IMessage<DocumentOutputConfig.Types.GcsOutputConfig>, IEquatable<DocumentOutputConfig.Types.GcsOutputConfig>, IDeepCloneable<DocumentOutputConfig.Types.GcsOutputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class DocumentOutputConfig.Types.GcsOutputConfig.
Specifies which fields to include in the output documents.
Only supports top level document and pages field so it must be in the
form of {document_field_name} or pages.{page_field_name}.
[[["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 `GcsOutputConfig` class is 3.19.0, and the page provides links to versions from 1.0.0 up to the latest."],["The `GcsOutputConfig` class is part of the `Google.Cloud.DocumentAI.V1` namespace within the `Google.Cloud.DocumentAI.V1.dll` assembly."],["This class, `GcsOutputConfig`, handles the configuration for outputting documents, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `GcsOutputConfig()` and `GcsOutputConfig(DocumentOutputConfig.Types.GcsOutputConfig other)`, along with properties `FieldMask` and `GcsUri` for specifying output configurations."],["`GcsOutputConfig` inherits members from `Object` and has a `FieldMask` property that controls the fields included in output documents, along with a `GcsUri` property defining the Cloud Storage output directory."]]],[]]