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."],[[["This webpage provides reference documentation for the `GcsOutputConfig` class within the Cloud Document AI v1 API, specifically detailing its use for configuring document output in Google Cloud Storage."],["The latest version documented is 3.19.0, and the page also includes documentation for many previous versions, all the way down to 1.0.0, allowing developers to find relevant documentation based on their needs."],["`GcsOutputConfig` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for robust functionality and usage within the .NET environment."],["The class has two constructors: a default one and one that copies an existing `GcsOutputConfig` instance, as well as contains the properties: `FieldMask`, `GcsUri`, and `ShardingConfig`, that offer configurations to control the output documents."],["The documentation provided references inherited members from the base `Object` class such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]