Class DocumentInputConfig (2.2.0)

public sealed class DocumentInputConfig : IMessage<DocumentInputConfig>, IEquatable<DocumentInputConfig>, IDeepCloneable<DocumentInputConfig>, IBufferMessage, IMessage

Input configuration of a [Document][google.cloud.automl.v1.Document].

Inheritance

Object > DocumentInputConfig

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.dll

Constructors

DocumentInputConfig()

public DocumentInputConfig()

DocumentInputConfig(DocumentInputConfig)

public DocumentInputConfig(DocumentInputConfig other)
Parameter
NameDescription
otherDocumentInputConfig

Properties

GcsSource

public GcsSource GcsSource { get; set; }

The Google Cloud Storage location of the document file. Only a single path should be given.

Max supported size: 512MB.

Supported extensions: .PDF.

Property Value
TypeDescription
GcsSource