public sealed class DocumentInputConfig : IMessage<DocumentInputConfig>, IEquatable<DocumentInputConfig>, IDeepCloneable<DocumentInputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class DocumentInputConfig.
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 provides documentation for the `DocumentInputConfig` class within the Google AutoML v1 API, used to configure input for document processing."],["The `DocumentInputConfig` class is part of the `Google.Cloud.AutoML.V1` namespace and is available in the `Google.Cloud.AutoML.V1.dll` assembly."],["The latest version available for the class is 3.4.0, but this webpage is for version 3.3.0, and other versions are listed in the documentation history from 2.2.0."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DocumentInputConfig` class supports setting a Google Cloud Storage location for a document file via the `GcsSource` property, which is limited to 512MB in size and supports the .PDF extension."]]],[]]