public sealed class BatchDocumentsInputConfig : IMessage<BatchDocumentsInputConfig>, IEquatable<BatchDocumentsInputConfig>, IDeepCloneable<BatchDocumentsInputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class BatchDocumentsInputConfig.
The common config to specify a set of documents used as input.
[[["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 reference documentation for the `BatchDocumentsInputConfig` class within the Google Cloud Document AI v1 API, specifically for version 3.13.0, and is the common config to specify a set of documents used as input."],["The `BatchDocumentsInputConfig` class, which is part of the `Google.Cloud.DocumentAI.V1` namespace, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `GcsDocuments`, which allows for specifying documents individually on Cloud Storage, `GcsPrefix`, to specify documents matching a Cloud Storage prefix, and `SourceCase` which provides a description on the source of the documents."],["There are 26 versions of the class available, ranging from version 1.0.0 up to the latest version 3.19.0, each linking to its own separate documentation."]]],[]]