public static interface LanguageWithScore.Builder extends SdkPojo, CopyableBuilder<LanguageWithScore.Builder,LanguageWithScore>
| Modifier and Type | Method and Description |
|---|---|
LanguageWithScore.Builder |
languageCode(LanguageCode languageCode)
The language code of the identified language.
|
LanguageWithScore.Builder |
languageCode(String languageCode)
The language code of the identified language.
|
LanguageWithScore.Builder |
score(Double score)
The confidence score associated with the identified language code.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLanguageWithScore.Builder languageCode(String languageCode)
The language code of the identified language.
languageCode - The language code of the identified language.LanguageCode,
LanguageCodeLanguageWithScore.Builder languageCode(LanguageCode languageCode)
The language code of the identified language.
languageCode - The language code of the identified language.LanguageCode,
LanguageCodeLanguageWithScore.Builder score(Double score)
The confidence score associated with the identified language code. Confidence scores are values between zero and one; larger values indicate a higher confidence in the identified language.
score - The confidence score associated with the identified language code. Confidence scores are values
between zero and one; larger values indicate a higher confidence in the identified language.Copyright © 2023. All rights reserved.