Uses of Class
com.oracle.bmc.ailanguage.model.TextClassificationDocumentResult
-
Packages that use TextClassificationDocumentResult Package Description com.oracle.bmc.ailanguage.model -
-
Uses of TextClassificationDocumentResult in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return TextClassificationDocumentResult Modifier and Type Method Description TextClassificationDocumentResult
TextClassificationDocumentResult.Builder. build()
Methods in com.oracle.bmc.ailanguage.model that return types with arguments of type TextClassificationDocumentResult Modifier and Type Method Description List<TextClassificationDocumentResult>
BatchDetectLanguageTextClassificationResult. getDocuments()
List of succeeded document response.Methods in com.oracle.bmc.ailanguage.model with parameters of type TextClassificationDocumentResult Modifier and Type Method Description TextClassificationDocumentResult.Builder
TextClassificationDocumentResult.Builder. copy(TextClassificationDocumentResult model)
Method parameters in com.oracle.bmc.ailanguage.model with type arguments of type TextClassificationDocumentResult Modifier and Type Method Description BatchDetectLanguageTextClassificationResult.Builder
BatchDetectLanguageTextClassificationResult.Builder. documents(List<TextClassificationDocumentResult> documents)
List of succeeded document response.Constructor parameters in com.oracle.bmc.ailanguage.model with type arguments of type TextClassificationDocumentResult Constructor Description BatchDetectLanguageTextClassificationResult(List<TextClassificationDocumentResult> documents, List<DocumentError> errors)
Deprecated.
-