Show / Hide Table of Contents

Class BatchProcessDocumentsResponse

Response to an batch document processing request. This is returned in the LRO Operation after the operation is complete.

Inheritance
System.Object
BatchProcessDocumentsResponse
Implements
IMessage<BatchProcessDocumentsResponse>
System.IEquatable<BatchProcessDocumentsResponse>
IDeepCloneable<BatchProcessDocumentsResponse>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DocumentAI.V1Beta2
Assembly: Google.Cloud.DocumentAI.V1Beta2.dll
Syntax
public sealed class BatchProcessDocumentsResponse : IMessage<BatchProcessDocumentsResponse>, IEquatable<BatchProcessDocumentsResponse>, IDeepCloneable<BatchProcessDocumentsResponse>, IBufferMessage, IMessage

Constructors

BatchProcessDocumentsResponse()

Declaration
public BatchProcessDocumentsResponse()

BatchProcessDocumentsResponse(BatchProcessDocumentsResponse)

Declaration
public BatchProcessDocumentsResponse(BatchProcessDocumentsResponse other)
Parameters
Type Name Description
BatchProcessDocumentsResponse other

Properties

Responses

Responses for each individual document.

Declaration
public RepeatedField<ProcessDocumentResponse> Responses { get; }
Property Value
Type Description
RepeatedField<ProcessDocumentResponse>
Back to top