Uses of Class
com.oracle.bmc.ailanguage.responses.BatchDetectDominantLanguageResponse
- 
Packages that use BatchDetectDominantLanguageResponse Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.responses 
- 
- 
Uses of BatchDetectDominantLanguageResponse in com.oracle.bmc.ailanguageMethods in com.oracle.bmc.ailanguage that return BatchDetectDominantLanguageResponse Modifier and Type Method Description BatchDetectDominantLanguageResponseAIServiceLanguage. batchDetectDominantLanguage(BatchDetectDominantLanguageRequest request)The API returns the detected language and a related confidence score (between 0 and 1).BatchDetectDominantLanguageResponseAIServiceLanguageClient. batchDetectDominantLanguage(BatchDetectDominantLanguageRequest request)Methods in com.oracle.bmc.ailanguage that return types with arguments of type BatchDetectDominantLanguageResponse Modifier and Type Method Description Future<BatchDetectDominantLanguageResponse>AIServiceLanguageAsync. batchDetectDominantLanguage(BatchDetectDominantLanguageRequest request, AsyncHandler<BatchDetectDominantLanguageRequest,BatchDetectDominantLanguageResponse> handler)The API returns the detected language and a related confidence score (between 0 and 1).Future<BatchDetectDominantLanguageResponse>AIServiceLanguageAsyncClient. batchDetectDominantLanguage(BatchDetectDominantLanguageRequest request, AsyncHandler<BatchDetectDominantLanguageRequest,BatchDetectDominantLanguageResponse> handler)Method parameters in com.oracle.bmc.ailanguage with type arguments of type BatchDetectDominantLanguageResponse Modifier and Type Method Description Future<BatchDetectDominantLanguageResponse>AIServiceLanguageAsync. batchDetectDominantLanguage(BatchDetectDominantLanguageRequest request, AsyncHandler<BatchDetectDominantLanguageRequest,BatchDetectDominantLanguageResponse> handler)The API returns the detected language and a related confidence score (between 0 and 1).Future<BatchDetectDominantLanguageResponse>AIServiceLanguageAsyncClient. batchDetectDominantLanguage(BatchDetectDominantLanguageRequest request, AsyncHandler<BatchDetectDominantLanguageRequest,BatchDetectDominantLanguageResponse> handler)
- 
Uses of BatchDetectDominantLanguageResponse in com.oracle.bmc.ailanguage.responsesMethods in com.oracle.bmc.ailanguage.responses that return BatchDetectDominantLanguageResponse Modifier and Type Method Description BatchDetectDominantLanguageResponseBatchDetectDominantLanguageResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.ailanguage.responses with parameters of type BatchDetectDominantLanguageResponse Modifier and Type Method Description BatchDetectDominantLanguageResponse.BuilderBatchDetectDominantLanguageResponse.Builder. copy(BatchDetectDominantLanguageResponse o)Copy method to populate the builder with values from the given instance.
 
-