Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public FieldName.Builder name(String name)
The name of the field.
name
- the value to setpublic FieldName.Builder confidence(Float confidence)
The confidence score between 0 and 1.
confidence
- the value to setpublic FieldName.Builder boundingPolygon(BoundingPolygon boundingPolygon)
public FieldName.Builder wordIndexes(List<Integer> wordIndexes)
The indexes of the words in the field name.
wordIndexes
- the value to setpublic FieldName build()
public FieldName.Builder copy(FieldName model)
Copyright © 2016–2024. All rights reserved.