public sealed class DocumentInputConfig : IMessage<DocumentInputConfig>, IEquatable<DocumentInputConfig>, IDeepCloneable<DocumentInputConfig>, IBufferMessage, IMessage
Input configuration of a [Document][google.cloud.automl.v1.Document].
[[["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."],[[["The `DocumentInputConfig` class provides input configuration for a document within the Google Cloud AutoML V1 framework, specifically for version 2.2.0 of the library."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting deep cloning and message handling capabilities."],["It contains properties, one of which is `GcsSource`, to define the Google Cloud Storage location of a document file, which must be under 512MB in size and in PDF format."],["There are multiple versions available, ranging from 2.2.0 to the latest 3.4.0."]]],[]]