Uses of Class
com.oracle.bmc.ailanguage.responses.BatchDetectLanguageTextClassificationResponse
-
Packages that use BatchDetectLanguageTextClassificationResponse Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.responses -
-
Uses of BatchDetectLanguageTextClassificationResponse in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage that return BatchDetectLanguageTextClassificationResponse Modifier and Type Method Description BatchDetectLanguageTextClassificationResponse
AIServiceLanguage. batchDetectLanguageTextClassification(BatchDetectLanguageTextClassificationRequest request)
The API automatically classifies text into a set of pre-determined classes and sub-classes.BatchDetectLanguageTextClassificationResponse
AIServiceLanguageClient. batchDetectLanguageTextClassification(BatchDetectLanguageTextClassificationRequest request)
Methods in com.oracle.bmc.ailanguage that return types with arguments of type BatchDetectLanguageTextClassificationResponse Modifier and Type Method Description Future<BatchDetectLanguageTextClassificationResponse>
AIServiceLanguageAsync. batchDetectLanguageTextClassification(BatchDetectLanguageTextClassificationRequest request, AsyncHandler<BatchDetectLanguageTextClassificationRequest,BatchDetectLanguageTextClassificationResponse> handler)
The API automatically classifies text into a set of pre-determined classes and sub-classes.Future<BatchDetectLanguageTextClassificationResponse>
AIServiceLanguageAsyncClient. batchDetectLanguageTextClassification(BatchDetectLanguageTextClassificationRequest request, AsyncHandler<BatchDetectLanguageTextClassificationRequest,BatchDetectLanguageTextClassificationResponse> handler)
Method parameters in com.oracle.bmc.ailanguage with type arguments of type BatchDetectLanguageTextClassificationResponse Modifier and Type Method Description Future<BatchDetectLanguageTextClassificationResponse>
AIServiceLanguageAsync. batchDetectLanguageTextClassification(BatchDetectLanguageTextClassificationRequest request, AsyncHandler<BatchDetectLanguageTextClassificationRequest,BatchDetectLanguageTextClassificationResponse> handler)
The API automatically classifies text into a set of pre-determined classes and sub-classes.Future<BatchDetectLanguageTextClassificationResponse>
AIServiceLanguageAsyncClient. batchDetectLanguageTextClassification(BatchDetectLanguageTextClassificationRequest request, AsyncHandler<BatchDetectLanguageTextClassificationRequest,BatchDetectLanguageTextClassificationResponse> handler)
-
Uses of BatchDetectLanguageTextClassificationResponse in com.oracle.bmc.ailanguage.responses
Methods in com.oracle.bmc.ailanguage.responses that return BatchDetectLanguageTextClassificationResponse Modifier and Type Method Description BatchDetectLanguageTextClassificationResponse
BatchDetectLanguageTextClassificationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ailanguage.responses with parameters of type BatchDetectLanguageTextClassificationResponse Modifier and Type Method Description BatchDetectLanguageTextClassificationResponse.Builder
BatchDetectLanguageTextClassificationResponse.Builder. copy(BatchDetectLanguageTextClassificationResponse o)
Copy method to populate the builder with values from the given instance.
-