Interface BatchProcessDocumentsResponseOrBuilder (2.5.1)

public interface BatchProcessDocumentsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResponses(int index)

public abstract ProcessDocumentResponse getResponses(int index)

Responses for each individual document.

repeated .google.cloud.documentai.v1beta2.ProcessDocumentResponse responses = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ProcessDocumentResponse

getResponsesCount()

public abstract int getResponsesCount()

Responses for each individual document.

repeated .google.cloud.documentai.v1beta2.ProcessDocumentResponse responses = 1;

Returns
TypeDescription
int

getResponsesList()

public abstract List<ProcessDocumentResponse> getResponsesList()

Responses for each individual document.

repeated .google.cloud.documentai.v1beta2.ProcessDocumentResponse responses = 1;

Returns
TypeDescription
List<ProcessDocumentResponse>

getResponsesOrBuilder(int index)

public abstract ProcessDocumentResponseOrBuilder getResponsesOrBuilder(int index)

Responses for each individual document.

repeated .google.cloud.documentai.v1beta2.ProcessDocumentResponse responses = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ProcessDocumentResponseOrBuilder

getResponsesOrBuilderList()

public abstract List<? extends ProcessDocumentResponseOrBuilder> getResponsesOrBuilderList()

Responses for each individual document.

repeated .google.cloud.documentai.v1beta2.ProcessDocumentResponse responses = 1;

Returns
TypeDescription
List<? extends com.google.cloud.documentai.v1beta2.ProcessDocumentResponseOrBuilder>