Package com.oracle.bmc.ailanguage.model
Class KeyPhrase.Builder
- java.lang.Object
-
- com.oracle.bmc.ailanguage.model.KeyPhrase.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyPhrase
build()
KeyPhrase.Builder
copy(KeyPhrase model)
KeyPhrase.Builder
score(Double score)
Score or confidence of the key phrase.KeyPhrase.Builder
text(String text)
Key phrase exreacted from given text.
-
-
-
Method Detail
-
text
public KeyPhrase.Builder text(String text)
Key phrase exreacted from given text.- Parameters:
text
- the value to set- Returns:
- this builder
-
score
public KeyPhrase.Builder score(Double score)
Score or confidence of the key phrase.Example: 0.9999856066867399
- Parameters:
score
- the value to set- Returns:
- this builder
-
build
public KeyPhrase build()
-
copy
public KeyPhrase.Builder copy(KeyPhrase model)
-
-