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