Package com.oracle.bmc.aidocument.model
Class FieldLabel.Builder
- java.lang.Object
- 
- com.oracle.bmc.aidocument.model.FieldLabel.Builder
 
- 
- Enclosing class:
- FieldLabel
 
 public static class FieldLabel.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldLabelbuild()FieldLabel.Builderconfidence(Float confidence)The confidence score between 0 and 1.FieldLabel.Buildercopy(FieldLabel model)FieldLabel.Buildername(String name)The name of the field label.
 
- 
- 
- 
Method Detail- 
namepublic FieldLabel.Builder name(String name) The name of the field label.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
confidencepublic FieldLabel.Builder confidence(Float confidence) The confidence score between 0 and 1.- Parameters:
- confidence- the value to set
- Returns:
- this builder
 
 - 
buildpublic FieldLabel build() 
 - 
copypublic FieldLabel.Builder copy(FieldLabel model) 
 
- 
 
-