Package com.oracle.bmc.ailanguage.model
Class KeyPhrase.Builder
- java.lang.Object
- 
- com.oracle.bmc.ailanguage.model.KeyPhrase.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyPhrasebuild()KeyPhrase.Buildercopy(KeyPhrase model)KeyPhrase.Builderscore(Double score)Score or confidence of the key phrase.KeyPhrase.Buildertext(String text)Key phrase exreacted from given text.
 
- 
- 
- 
Method Detail- 
textpublic KeyPhrase.Builder text(String text) Key phrase exreacted from given text.- Parameters:
- text- the value to set
- Returns:
- this builder
 
 - 
scorepublic KeyPhrase.Builder score(Double score) Score or confidence of the key phrase.Example: 0.9999856066867399 - Parameters:
- score- the value to set
- Returns:
- this builder
 
 - 
buildpublic KeyPhrase build() 
 - 
copypublic KeyPhrase.Builder copy(KeyPhrase model) 
 
- 
 
-