public static class DetectLanguageKeyPhrasesResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DetectLanguageKeyPhrasesResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
DetectLanguageKeyPhrasesResponse |
build()
Build the response object.
|
DetectLanguageKeyPhrasesResponse.Builder |
copy(DetectLanguageKeyPhrasesResponse o)
Copy method to populate the builder with values from the given instance.
|
DetectLanguageKeyPhrasesResponse.Builder |
detectLanguageKeyPhrasesResult(DetectLanguageKeyPhrasesResult detectLanguageKeyPhrasesResult)
The returned DetectLanguageKeyPhrasesResult instance.
|
DetectLanguageKeyPhrasesResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
public DetectLanguageKeyPhrasesResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public DetectLanguageKeyPhrasesResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the request ID.
opcRequestId
- the value to setpublic DetectLanguageKeyPhrasesResponse.Builder detectLanguageKeyPhrasesResult(DetectLanguageKeyPhrasesResult detectLanguageKeyPhrasesResult)
The returned DetectLanguageKeyPhrasesResult instance.
detectLanguageKeyPhrasesResult
- the value to setpublic DetectLanguageKeyPhrasesResponse.Builder copy(DetectLanguageKeyPhrasesResponse o)
Copy method to populate the builder with values from the given instance.
public DetectLanguageKeyPhrasesResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.