Package com.oracle.bmc.aidocument.model
Class FieldName.Builder
- java.lang.Object
-
- com.oracle.bmc.aidocument.model.FieldName.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldName.Builder
boundingPolygon(BoundingPolygon boundingPolygon)
FieldName
build()
FieldName.Builder
confidence(Float confidence)
The confidence score between 0 and 1.FieldName.Builder
copy(FieldName model)
FieldName.Builder
name(String name)
The name of the field.FieldName.Builder
wordIndexes(List<Integer> wordIndexes)
The indexes of the words in the field name.
-
-
-
Method Detail
-
name
public FieldName.Builder name(String name)
The name of the field.- Parameters:
name
- the value to set- Returns:
- this builder
-
confidence
public FieldName.Builder confidence(Float confidence)
The confidence score between 0 and 1.- Parameters:
confidence
- the value to set- Returns:
- this builder
-
boundingPolygon
public FieldName.Builder boundingPolygon(BoundingPolygon boundingPolygon)
-
wordIndexes
public FieldName.Builder wordIndexes(List<Integer> wordIndexes)
The indexes of the words in the field name.- Parameters:
wordIndexes
- the value to set- Returns:
- this builder
-
build
public FieldName build()
-
copy
public FieldName.Builder copy(FieldName model)
-
-