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, specifically version 2.3.0."],["The `DocumentInputConfig` class is used to define the input configuration for a document in Google Cloud AutoML, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `Object` class and has constructors for creating a new instance or cloning an existing one."],["It contains a `GcsSource` property, which specifies the Google Cloud Storage location of the input document file, supporting PDF files up to 512MB in size."],["There are different versions of the API available, ranging from 2.2.0 up to 3.4.0, with the current latest version being 3.4.0."]]],[]]