public static class TextClassificationDocumentResult.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TextClassificationDocumentResult |
build() |
TextClassificationDocumentResult.Builder |
copy(TextClassificationDocumentResult model) |
TextClassificationDocumentResult.Builder |
key(String key)
Document unique identifier defined by the user.
|
TextClassificationDocumentResult.Builder |
languageCode(String languageCode)
Language code supported - auto : Automatically detect language - ar : Arabic - pt-BR :
Brazilian Portuguese - cs : Czech - da : Danish - nl : Dutch - en : English - fi :
Finnish - fr : French - fr-CA : Canadian French - de : German - it : Italian - ja :
Japanese - ko : Korean - no : Norwegian - pl : Polish - ro : Romanian - zh-CN :
Simplified Chinese - es : Spanish - sv : Swedish - zh-TW : Traditional Chinese - tr :
Turkish - el : Greek - he : Hebrew
|
TextClassificationDocumentResult.Builder |
textClassification(List<TextClassification> textClassification)
List of detected text classes.
|
public TextClassificationDocumentResult.Builder key(String key)
Document unique identifier defined by the user.
key
- the value to setpublic TextClassificationDocumentResult.Builder textClassification(List<TextClassification> textClassification)
List of detected text classes.
textClassification
- the value to setpublic TextClassificationDocumentResult.Builder languageCode(String languageCode)
Language code supported - auto : Automatically detect language - ar : Arabic - pt-BR : Brazilian Portuguese - cs : Czech - da : Danish - nl : Dutch - en : English - fi : Finnish - fr : French - fr-CA : Canadian French - de : German - it : Italian - ja : Japanese - ko : Korean - no : Norwegian - pl : Polish - ro : Romanian - zh-CN : Simplified Chinese - es : Spanish - sv : Swedish - zh-TW : Traditional Chinese - tr : Turkish - el : Greek - he : Hebrew
languageCode
- the value to setpublic TextClassificationDocumentResult build()
public TextClassificationDocumentResult.Builder copy(TextClassificationDocumentResult model)
Copyright © 2016–2024. All rights reserved.