Package com.oracle.bmc.aivision.model
Class FieldLabel.Builder
- java.lang.Object
-
- com.oracle.bmc.aivision.model.FieldLabel.Builder
-
- Enclosing class:
- FieldLabel
public static class FieldLabel.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldLabel
build()
FieldLabel.Builder
confidence(Float confidence)
The confidence score between 0 and 1.FieldLabel.Builder
copy(FieldLabel model)
FieldLabel.Builder
name(String name)
The name of the field label.
-
-
-
Method Detail
-
name
public FieldLabel.Builder name(String name)
The name of the field label.- Parameters:
name
- the value to set- Returns:
- this builder
-
confidence
public FieldLabel.Builder confidence(Float confidence)
The confidence score between 0 and 1.- Parameters:
confidence
- the value to set- Returns:
- this builder
-
build
public FieldLabel build()
-
copy
public FieldLabel.Builder copy(FieldLabel model)
-
-