public static class FieldLabel.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FieldLabel |
build() |
FieldLabel.Builder |
confidence(Float confidence)
The confidence score between 0 and 1.
|
FieldLabel.Builder |
copy(FieldLabel model) |
FieldLabel.Builder |
name(String name)
The name of the field label.
|
public FieldLabel.Builder name(String name)
The name of the field label.
name
- the value to setpublic FieldLabel.Builder confidence(Float confidence)
The confidence score between 0 and 1.
confidence
- the value to setpublic FieldLabel build()
public FieldLabel.Builder copy(FieldLabel model)
Copyright © 2016–2024. All rights reserved.