static BatchDetectEntitiesResponse.Builder |
BatchDetectEntitiesResponse.builder() |
|
BatchDetectEntitiesResponse.Builder |
BatchDetectEntitiesResponse.Builder.errorList(Collection<BatchItemError> errorList) |
A list containing one object for each document that contained an error.
|
BatchDetectEntitiesResponse.Builder |
BatchDetectEntitiesResponse.Builder.errorList(Consumer<BatchItemError.Builder>... errorList) |
A list containing one object for each document that contained an error.
|
BatchDetectEntitiesResponse.Builder |
BatchDetectEntitiesResponse.Builder.errorList(BatchItemError... errorList) |
A list containing one object for each document that contained an error.
|
BatchDetectEntitiesResponse.Builder |
BatchDetectEntitiesResponse.Builder.resultList(Collection<BatchDetectEntitiesItemResult> resultList) |
A list of objects containing the results of the operation.
|
BatchDetectEntitiesResponse.Builder |
BatchDetectEntitiesResponse.Builder.resultList(Consumer<BatchDetectEntitiesItemResult.Builder>... resultList) |
A list of objects containing the results of the operation.
|
BatchDetectEntitiesResponse.Builder |
BatchDetectEntitiesResponse.Builder.resultList(BatchDetectEntitiesItemResult... resultList) |
A list of objects containing the results of the operation.
|
BatchDetectEntitiesResponse.Builder |
BatchDetectEntitiesResponse.toBuilder() |
|