Package com.oracle.bmc.aivision.model
Class FieldName.Builder
- java.lang.Object
- 
- com.oracle.bmc.aivision.model.FieldName.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldName.BuilderboundingPolygon(BoundingPolygon boundingPolygon)FieldNamebuild()FieldName.Builderconfidence(Float confidence)The confidence score between 0 and 1.FieldName.Buildercopy(FieldName model)FieldName.Buildername(String name)The name of the field.FieldName.BuilderwordIndexes(List<Integer> wordIndexes)The indexes of the words in the field name.
 
- 
- 
- 
Method Detail- 
namepublic FieldName.Builder name(String name) The name of the field.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
confidencepublic FieldName.Builder confidence(Float confidence) The confidence score between 0 and 1.- Parameters:
- confidence- the value to set
- Returns:
- this builder
 
 - 
boundingPolygonpublic FieldName.Builder boundingPolygon(BoundingPolygon boundingPolygon) 
 - 
wordIndexespublic FieldName.Builder wordIndexes(List<Integer> wordIndexes) The indexes of the words in the field name.- Parameters:
- wordIndexes- the value to set
- Returns:
- this builder
 
 - 
buildpublic FieldName build() 
 - 
copypublic FieldName.Builder copy(FieldName model) 
 
- 
 
-