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