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.ailanguage
Methods in com.oracle.bmc.ailanguage that return BatchDetectDominantLanguageResponse Modifier and Type Method Description BatchDetectDominantLanguageResponse
AIServiceLanguage. batchDetectDominantLanguage(BatchDetectDominantLanguageRequest request)
The API returns the detected language and a related confidence score (between 0 and 1).BatchDetectDominantLanguageResponse
AIServiceLanguageClient. 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.responses
Methods in com.oracle.bmc.ailanguage.responses that return BatchDetectDominantLanguageResponse Modifier and Type Method Description BatchDetectDominantLanguageResponse
BatchDetectDominantLanguageResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ailanguage.responses with parameters of type BatchDetectDominantLanguageResponse Modifier and Type Method Description BatchDetectDominantLanguageResponse.Builder
BatchDetectDominantLanguageResponse.Builder. copy(BatchDetectDominantLanguageResponse o)
Copy method to populate the builder with values from the given instance.
-