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.modelMethods in com.oracle.bmc.ailanguage.model that return KeyPhraseDocumentResult Modifier and Type Method Description KeyPhraseDocumentResultKeyPhraseDocumentResult.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.BuilderKeyPhraseDocumentResult.Builder. copy(KeyPhraseDocumentResult model)Method parameters in com.oracle.bmc.ailanguage.model with type arguments of type KeyPhraseDocumentResult Modifier and Type Method Description BatchDetectLanguageKeyPhrasesResult.BuilderBatchDetectLanguageKeyPhrasesResult.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.
 
-