Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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 model)
Copyright © 2016–2024. All rights reserved.