Package | Description |
---|---|
com.oracle.bmc.ailanguage.model |
Modifier and Type | Method and Description |
---|---|
KeyPhrase |
KeyPhrase.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<KeyPhrase> |
KeyPhraseDocumentResult.getKeyPhrases()
List of detected keyPhrases.
|
List<KeyPhrase> |
DetectLanguageKeyPhrasesResult.getKeyPhrases()
List of detected keyPhrases.
|
Modifier and Type | Method and Description |
---|---|
KeyPhrase.Builder |
KeyPhrase.Builder.copy(KeyPhrase model) |
Modifier and Type | Method and Description |
---|---|
KeyPhraseDocumentResult.Builder |
KeyPhraseDocumentResult.Builder.keyPhrases(List<KeyPhrase> keyPhrases)
List of detected keyPhrases.
|
DetectLanguageKeyPhrasesResult.Builder |
DetectLanguageKeyPhrasesResult.Builder.keyPhrases(List<KeyPhrase> keyPhrases)
List of detected keyPhrases.
|
Constructor and Description |
---|
DetectLanguageKeyPhrasesResult(List<KeyPhrase> keyPhrases)
Deprecated.
|
KeyPhraseDocumentResult(String key,
List<KeyPhrase> keyPhrases,
String languageCode)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.