Interface BatchProcessDocumentsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchProcessDocumentsResponse
,BatchProcessDocumentsResponse.Builder
public interface BatchProcessDocumentsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessDocumentResponse
getResponses(int index)
Responses for each individual document.int
getResponsesCount()
Responses for each individual document.List<ProcessDocumentResponse>
getResponsesList()
Responses for each individual document.ProcessDocumentResponseOrBuilder
getResponsesOrBuilder(int index)
Responses for each individual document.List<? extends ProcessDocumentResponseOrBuilder>
getResponsesOrBuilderList()
Responses for each individual document.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResponsesList
List<ProcessDocumentResponse> getResponsesList()
Responses for each individual document.
repeated .google.cloud.documentai.v1beta2.ProcessDocumentResponse responses = 1;
-
getResponses
ProcessDocumentResponse getResponses(int index)
Responses for each individual document.
repeated .google.cloud.documentai.v1beta2.ProcessDocumentResponse responses = 1;
-
getResponsesCount
int getResponsesCount()
Responses for each individual document.
repeated .google.cloud.documentai.v1beta2.ProcessDocumentResponse responses = 1;
-
getResponsesOrBuilderList
List<? extends ProcessDocumentResponseOrBuilder> getResponsesOrBuilderList()
Responses for each individual document.
repeated .google.cloud.documentai.v1beta2.ProcessDocumentResponse responses = 1;
-
getResponsesOrBuilder
ProcessDocumentResponseOrBuilder getResponsesOrBuilder(int index)
Responses for each individual document.
repeated .google.cloud.documentai.v1beta2.ProcessDocumentResponse responses = 1;
-
-