Uses of Class
com.oracle.bmc.ailanguage.responses.DetectLanguageKeyPhrasesResponse
- 
Packages that use DetectLanguageKeyPhrasesResponse Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.responses 
- 
- 
Uses of DetectLanguageKeyPhrasesResponse in com.oracle.bmc.ailanguageMethods in com.oracle.bmc.ailanguage that return DetectLanguageKeyPhrasesResponse Modifier and Type Method Description DetectLanguageKeyPhrasesResponseAIServiceLanguage. detectLanguageKeyPhrases(DetectLanguageKeyPhrasesRequest request)Deprecated: This API will be retired Tuesday, 10 Oct 2023 00:00:00 GMT.DetectLanguageKeyPhrasesResponseAIServiceLanguageClient. detectLanguageKeyPhrases(DetectLanguageKeyPhrasesRequest request)Methods in com.oracle.bmc.ailanguage that return types with arguments of type DetectLanguageKeyPhrasesResponse Modifier and Type Method Description Future<DetectLanguageKeyPhrasesResponse>AIServiceLanguageAsync. detectLanguageKeyPhrases(DetectLanguageKeyPhrasesRequest request, AsyncHandler<DetectLanguageKeyPhrasesRequest,DetectLanguageKeyPhrasesResponse> handler)Deprecated: This API will be retired Tuesday, 10 Oct 2023 00:00:00 GMT.Future<DetectLanguageKeyPhrasesResponse>AIServiceLanguageAsyncClient. detectLanguageKeyPhrases(DetectLanguageKeyPhrasesRequest request, AsyncHandler<DetectLanguageKeyPhrasesRequest,DetectLanguageKeyPhrasesResponse> handler)Method parameters in com.oracle.bmc.ailanguage with type arguments of type DetectLanguageKeyPhrasesResponse Modifier and Type Method Description Future<DetectLanguageKeyPhrasesResponse>AIServiceLanguageAsync. detectLanguageKeyPhrases(DetectLanguageKeyPhrasesRequest request, AsyncHandler<DetectLanguageKeyPhrasesRequest,DetectLanguageKeyPhrasesResponse> handler)Deprecated: This API will be retired Tuesday, 10 Oct 2023 00:00:00 GMT.Future<DetectLanguageKeyPhrasesResponse>AIServiceLanguageAsyncClient. detectLanguageKeyPhrases(DetectLanguageKeyPhrasesRequest request, AsyncHandler<DetectLanguageKeyPhrasesRequest,DetectLanguageKeyPhrasesResponse> handler)
- 
Uses of DetectLanguageKeyPhrasesResponse in com.oracle.bmc.ailanguage.responsesMethods in com.oracle.bmc.ailanguage.responses that return DetectLanguageKeyPhrasesResponse Modifier and Type Method Description DetectLanguageKeyPhrasesResponseDetectLanguageKeyPhrasesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.ailanguage.responses with parameters of type DetectLanguageKeyPhrasesResponse Modifier and Type Method Description DetectLanguageKeyPhrasesResponse.BuilderDetectLanguageKeyPhrasesResponse.Builder. copy(DetectLanguageKeyPhrasesResponse o)Copy method to populate the builder with values from the given instance.
 
-