public sealed class BatchDocumentsInputConfig : IMessage<BatchDocumentsInputConfig>, IEquatable<BatchDocumentsInputConfig>, IDeepCloneable<BatchDocumentsInputConfig>, IBufferMessage, IMessage
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 webpage details the `BatchDocumentsInputConfig` class within the `Google.Cloud.DocumentAI.V1` namespace, showcasing its implementation and usage in .NET development."],["The `BatchDocumentsInputConfig` class is a common configuration for specifying a set of documents used as input, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage provides documentation for the class's constructors, including a default constructor and one that takes another `BatchDocumentsInputConfig` instance, while also providing a full changelog of versions."],["The class has properties `GcsDocuments` and `GcsPrefix` that are used for the Cloud Storage location of the documents, and `SourceCase`, which is a `SourceOneofCase` type."],["This page outlines the historical versioning of the `BatchDocumentsInputConfig`, showing a comprehensive list of versions ranging from 1.0.0 to 3.19.0, which is the latest."]]],[]]