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.18.0 of the .NET library."],["`BatchDocumentsInputConfig` is a class used to specify a set of documents as input for processing, with options for specifying individual documents or sets of documents via Cloud Storage."],["The available versions of the `BatchDocumentsInputConfig` class range from the latest version 3.19.0 down to version 1.0.0, with links provided to each version's documentation."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `BatchDocumentsInputConfig` include `GcsDocuments` and `GcsPrefix`, which allow for the configuration of input document sources from Google Cloud Storage, as well as a `SourceCase` property."]]],[]]