Package com.oracle.bmc.ailanguage.model
Class TextClassification.Builder
- java.lang.Object
-
- com.oracle.bmc.ailanguage.model.TextClassification.Builder
-
- Enclosing class:
- TextClassification
public static class TextClassification.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextClassification
build()
TextClassification.Builder
copy(TextClassification model)
TextClassification.Builder
label(String label)
Label of the the given text.TextClassification.Builder
score(Double score)
Score or confidence of extracted text label.
-
-
-
Method Detail
-
label
public TextClassification.Builder label(String label)
Label of the the given text.- Parameters:
label
- the value to set- Returns:
- this builder
-
score
public TextClassification.Builder score(Double score)
Score or confidence of extracted text label.Example: 0.9999856066867399
- Parameters:
score
- the value to set- Returns:
- this builder
-
build
public TextClassification build()
-
copy
public TextClassification.Builder copy(TextClassification model)
-
-