Class GcsDocuments (1.2.0)

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

Specifies a set of documents on Cloud Storage.

Inheritance

Object > GcsDocuments

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

GcsDocuments()

public GcsDocuments()

GcsDocuments(GcsDocuments)

public GcsDocuments(GcsDocuments other)
Parameter
NameDescription
otherGcsDocuments

Properties

Documents

public RepeatedField<GcsDocument> Documents { get; }

The list of documents.

Property Value
TypeDescription
RepeatedField<GcsDocument>