public interface BatchProcessDocumentsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ProcessDocumentResponse> getResponsesList()
Responses for each individual document.
repeated .google.cloud.documentai.v1beta2.ProcessDocumentResponse responses = 1;ProcessDocumentResponse getResponses(int index)
Responses for each individual document.
repeated .google.cloud.documentai.v1beta2.ProcessDocumentResponse responses = 1;int getResponsesCount()
Responses for each individual document.
repeated .google.cloud.documentai.v1beta2.ProcessDocumentResponse responses = 1;List<? extends ProcessDocumentResponseOrBuilder> getResponsesOrBuilderList()
Responses for each individual document.
repeated .google.cloud.documentai.v1beta2.ProcessDocumentResponse responses = 1;ProcessDocumentResponseOrBuilder getResponsesOrBuilder(int index)
Responses for each individual document.
repeated .google.cloud.documentai.v1beta2.ProcessDocumentResponse responses = 1;Copyright © 2023 Google LLC. All rights reserved.