public sealed class DocumentOutputConfig.Types.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."],[[["This page provides documentation for the `DocumentOutputConfig.Types.GcsOutputConfig` class within the Google Cloud Document AI v1 API, specifically for version 3.13.0."],["It includes reference documentation and code samples for the `GcsOutputConfig` class, which is used to configure the output settings when exporting documents to Cloud Storage."],["The class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for working with protobuf messages and deep cloning capabilities."],["The `GcsOutputConfig` class has properties to define the output `GcsUri`, specify which `FieldMask` fields to include in the output, and configure the `ShardingConfig` for output documents, as well as provides constructors for creating instances of this class."],["The documentation includes links to earlier versions, starting with 1.0.0 up to the latest 3.19.0, of the `GcsOutputConfig` class for the Google Cloud Document AI v1 API, allowing users to check for differences, and use the version that best suits them."]]],[]]