public sealed class GcsDocuments : IMessage<GcsDocuments>, IEquatable<GcsDocuments>, IDeepCloneable<GcsDocuments>, IBufferMessage, IMessage
Specifies a set of documents on Cloud Storage.
Implements
IMessage<GcsDocuments>, IEquatable<GcsDocuments>, IDeepCloneable<GcsDocuments>, 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 |
RepeatedField<GcsDocument> |