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 documentation for the `BatchDocumentsInputConfig` class within the Google Cloud Document AI v1 API, specifically for the .NET environment."],["The class `BatchDocumentsInputConfig` is used to specify a set of documents as input for processing, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It supports specifying document sources through Cloud Storage, either by individual file URIs via the `GcsDocuments` property, or by matching a `gcs_prefix` with the `GcsPrefix` property."],["The documentation covers a wide range of versions for the class, from 1.0.0 to the latest version 3.19.0, showing a range of historical versions available."],["The page details the class's constructors, the properties `GcsDocuments`, `GcsPrefix` and `SourceCase`, as well as its inherited members from `Object`, providing a detailed view of its functionality."]]],[]]