Uses of Class
com.oracle.bmc.ailanguage.model.KeyPhrase.Builder
-
Packages that use KeyPhrase.Builder Package Description com.oracle.bmc.ailanguage.model -
-
Uses of KeyPhrase.Builder in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return KeyPhrase.Builder Modifier and Type Method Description static KeyPhrase.Builder
KeyPhrase. builder()
Create a new builder.KeyPhrase.Builder
KeyPhrase.Builder. copy(KeyPhrase model)
KeyPhrase.Builder
KeyPhrase.Builder. score(Double score)
Score or confidence of the key phrase.KeyPhrase.Builder
KeyPhrase.Builder. text(String text)
Key phrase exreacted from given text.KeyPhrase.Builder
KeyPhrase. toBuilder()
-