Uses of Class
com.oracle.bmc.aidocument.model.FieldName.Builder
-
Packages that use FieldName.Builder Package Description com.oracle.bmc.aidocument.model -
-
Uses of FieldName.Builder in com.oracle.bmc.aidocument.model
Methods in com.oracle.bmc.aidocument.model that return FieldName.Builder Modifier and Type Method Description FieldName.Builder
FieldName.Builder. boundingPolygon(BoundingPolygon boundingPolygon)
static FieldName.Builder
FieldName. builder()
Create a new builder.FieldName.Builder
FieldName.Builder. confidence(Float confidence)
The confidence score between 0 and 1.FieldName.Builder
FieldName.Builder. copy(FieldName model)
FieldName.Builder
FieldName.Builder. name(String name)
The name of the field.FieldName.Builder
FieldName. toBuilder()
FieldName.Builder
FieldName.Builder. wordIndexes(List<Integer> wordIndexes)
The indexes of the words in the field name.
-