public sealed class GcsDocuments : IMessage<GcsDocuments>, IEquatable<GcsDocuments>, IDeepCloneable<GcsDocuments>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Document AI v1 API class GcsDocuments.
Specifies a set of documents on Cloud Storage.
Implements
IMessageGcsDocuments, IEquatableGcsDocuments, IDeepCloneableGcsDocuments, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
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 |
|