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 specifically documents version 3.6.0, alongside an extensive list of previous versions."],["`BatchDocumentsInputConfig` is a class that allows you to specify a set of documents as input for processing, inheriting from multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class has properties `GcsDocuments` and `GcsPrefix` that allow you to specify documents located on Cloud Storage, either individually or using a specified `gcs_prefix`."],["The class has two constructors and includes a `SourceCase` property, which is of type `BatchDocumentsInputConfig.SourceOneofCase`."]]],[]]