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 for .NET."],["The latest version of this class is 3.19.0, but the page covers versions ranging from 1.0.0 to 3.19.0 for `BatchDocumentsInputConfig`."],["`BatchDocumentsInputConfig` is used to specify a set of input documents for processing and can be found in the `Google.Cloud.DocumentAI.V1` namespace."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, enabling it to define configurations for batch processing documents and is inheriting from `Object`."],["`BatchDocumentsInputConfig` includes properties like `GcsDocuments`, `GcsPrefix`, and `SourceCase` to handle different types of document input sources, including those stored on Google Cloud Storage."]]],[]]