Uses of Class
com.oracle.bmc.ailanguage.model.TextClassification
-
Packages that use TextClassification Package Description com.oracle.bmc.ailanguage.model -
-
Uses of TextClassification in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return TextClassification Modifier and Type Method Description TextClassification
TextClassification.Builder. build()
Methods in com.oracle.bmc.ailanguage.model that return types with arguments of type TextClassification Modifier and Type Method Description List<TextClassification>
DetectLanguageTextClassificationResult. getTextClassification()
List of detected text classes.List<TextClassification>
TextClassificationDocumentResult. getTextClassification()
List of detected text classes.Methods in com.oracle.bmc.ailanguage.model with parameters of type TextClassification Modifier and Type Method Description TextClassification.Builder
TextClassification.Builder. copy(TextClassification model)
Method parameters in com.oracle.bmc.ailanguage.model with type arguments of type TextClassification Modifier and Type Method Description DetectLanguageTextClassificationResult.Builder
DetectLanguageTextClassificationResult.Builder. textClassification(List<TextClassification> textClassification)
List of detected text classes.TextClassificationDocumentResult.Builder
TextClassificationDocumentResult.Builder. textClassification(List<TextClassification> textClassification)
List of detected text classes.Constructor parameters in com.oracle.bmc.ailanguage.model with type arguments of type TextClassification Constructor Description DetectLanguageTextClassificationResult(List<TextClassification> textClassification)
Deprecated.TextClassificationDocumentResult(String key, List<TextClassification> textClassification, String languageCode)
Deprecated.
-