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