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."],[[["This webpage documents the `DocumentInputConfig` class within the `Google.Cloud.AutoML.V1` namespace, used for defining input configurations for a document."],["The latest version of `DocumentInputConfig` is 3.4.0, and several previous versions are also documented, ranging from 2.2.0 to 3.3.0."],["The `DocumentInputConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, in addition to inheriting from the `Object` class."],["The `DocumentInputConfig` class has two constructors: a default constructor and a copy constructor that accepts another `DocumentInputConfig` object."],["It also contains one property called `GcsSource` that enables the specification of the Google Cloud Storage location for the document, supporting PDF files up to 512MB."]]],[]]