Cloud Document AI v1 API - Class GcsDocuments (3.17.0)

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

Reference documentation and code samples for the Cloud Document AI v1 API class GcsDocuments.

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
Name Description
other GcsDocuments

Properties

Documents

public RepeatedField<GcsDocument> Documents { get; }

The list of documents.

Property Value
Type Description
RepeatedFieldGcsDocument