Uses of Class
com.oracle.bmc.ailanguage.model.BatchDetectLanguageTextClassificationResult
-
Packages that use BatchDetectLanguageTextClassificationResult Package Description com.oracle.bmc.ailanguage.model com.oracle.bmc.ailanguage.responses -
-
Uses of BatchDetectLanguageTextClassificationResult in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return BatchDetectLanguageTextClassificationResult Modifier and Type Method Description BatchDetectLanguageTextClassificationResult
BatchDetectLanguageTextClassificationResult.Builder. build()
Methods in com.oracle.bmc.ailanguage.model with parameters of type BatchDetectLanguageTextClassificationResult Modifier and Type Method Description BatchDetectLanguageTextClassificationResult.Builder
BatchDetectLanguageTextClassificationResult.Builder. copy(BatchDetectLanguageTextClassificationResult model)
-
Uses of BatchDetectLanguageTextClassificationResult in com.oracle.bmc.ailanguage.responses
Methods in com.oracle.bmc.ailanguage.responses that return BatchDetectLanguageTextClassificationResult Modifier and Type Method Description BatchDetectLanguageTextClassificationResult
BatchDetectLanguageTextClassificationResponse. getBatchDetectLanguageTextClassificationResult()
The returned BatchDetectLanguageTextClassificationResult instance.Methods in com.oracle.bmc.ailanguage.responses with parameters of type BatchDetectLanguageTextClassificationResult Modifier and Type Method Description BatchDetectLanguageTextClassificationResponse.Builder
BatchDetectLanguageTextClassificationResponse.Builder. batchDetectLanguageTextClassificationResult(BatchDetectLanguageTextClassificationResult batchDetectLanguageTextClassificationResult)
The returned BatchDetectLanguageTextClassificationResult instance.
-