Uses of Class
com.oracle.bmc.ailanguage.requests.BatchDetectLanguageTextClassificationRequest
-
Packages that use BatchDetectLanguageTextClassificationRequest Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.requests -
-
Uses of BatchDetectLanguageTextClassificationRequest in com.oracle.bmc.ailanguage
Method parameters in com.oracle.bmc.ailanguage with type arguments of type BatchDetectLanguageTextClassificationRequest 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 BatchDetectLanguageTextClassificationRequest in com.oracle.bmc.ailanguage.requests
Methods in com.oracle.bmc.ailanguage.requests that return BatchDetectLanguageTextClassificationRequest Modifier and Type Method Description BatchDetectLanguageTextClassificationRequest
BatchDetectLanguageTextClassificationRequest.Builder. build()
Build the instance of BatchDetectLanguageTextClassificationRequest as configured by this builderBatchDetectLanguageTextClassificationRequest
BatchDetectLanguageTextClassificationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of BatchDetectLanguageTextClassificationRequest as configured by this builderMethods in com.oracle.bmc.ailanguage.requests with parameters of type BatchDetectLanguageTextClassificationRequest Modifier and Type Method Description BatchDetectLanguageTextClassificationRequest.Builder
BatchDetectLanguageTextClassificationRequest.Builder. copy(BatchDetectLanguageTextClassificationRequest o)
Copy method to populate the builder with values from the given instance.
-