Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
KeyPhrase |
build() |
KeyPhrase.Builder |
copy(KeyPhrase o) |
KeyPhrase.Builder |
score(Double score)
Score or confidence of the key phrase.
|
KeyPhrase.Builder |
text(String text)
Key phrase exreacted from given text.
|
public KeyPhrase.Builder text(String text)
Key phrase exreacted from given text.
text
- the value to setpublic KeyPhrase.Builder score(Double score)
Score or confidence of the key phrase.
Example: 0.9999856066867399
score
- the value to setpublic KeyPhrase build()
public KeyPhrase.Builder copy(KeyPhrase o)
Copyright © 2016–2022. All rights reserved.