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 for .NET."],["The `DocumentInputConfig` class is used to define the input configuration for a document in the Google AutoML API and it inherits from `object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The current page details version 3.2.0, and links to the latest version (3.4.0) as well as several previous versions are available for navigation."],["The class `DocumentInputConfig` includes a property, `GcsSource`, that specifies the Google Cloud Storage location of a document file, limited to 512MB in size and only supporting .PDF files."],["The page also provides information on how to construct new instances of `DocumentInputConfig` objects."]]],[]]