Uses of Class
com.oracle.bmc.ailanguage.model.KeyPhrase
-
Packages that use KeyPhrase Package Description com.oracle.bmc.ailanguage.model -
-
Uses of KeyPhrase in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return KeyPhrase Modifier and Type Method Description KeyPhrase
KeyPhrase.Builder. build()
Methods in com.oracle.bmc.ailanguage.model that return types with arguments of type KeyPhrase Modifier and Type Method Description List<KeyPhrase>
DetectLanguageKeyPhrasesResult. getKeyPhrases()
List of detected keyPhrases.List<KeyPhrase>
KeyPhraseDocumentResult. getKeyPhrases()
List of detected keyPhrases.Methods in com.oracle.bmc.ailanguage.model with parameters of type KeyPhrase Modifier and Type Method Description KeyPhrase.Builder
KeyPhrase.Builder. copy(KeyPhrase model)
Method parameters in com.oracle.bmc.ailanguage.model with type arguments of type KeyPhrase Modifier and Type Method Description DetectLanguageKeyPhrasesResult.Builder
DetectLanguageKeyPhrasesResult.Builder. keyPhrases(List<KeyPhrase> keyPhrases)
List of detected keyPhrases.KeyPhraseDocumentResult.Builder
KeyPhraseDocumentResult.Builder. keyPhrases(List<KeyPhrase> keyPhrases)
List of detected keyPhrases.Constructor parameters in com.oracle.bmc.ailanguage.model with type arguments of type KeyPhrase Constructor Description DetectLanguageKeyPhrasesResult(List<KeyPhrase> keyPhrases)
Deprecated.KeyPhraseDocumentResult(String key, List<KeyPhrase> keyPhrases, String languageCode)
Deprecated.
-