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