Interface BatchProcessDocumentsResponseOrBuilder (2.46.0)

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
Name Description
index int
Returns
Type Description
ProcessDocumentResponse

getResponsesCount()

public abstract int getResponsesCount()

Responses for each individual document.

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

Returns
Type Description
int

getResponsesList()

public abstract List<ProcessDocumentResponse> getResponsesList()

Responses for each individual document.

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

Returns
Type Description
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
Name Description
index int
Returns
Type Description
ProcessDocumentResponseOrBuilder

getResponsesOrBuilderList()

public abstract List<? extends ProcessDocumentResponseOrBuilder> getResponsesOrBuilderList()

Responses for each individual document.

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

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