Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Label |
build() |
Label.Builder |
confidence(Float confidence)
The confidence score between 0 and 1.
|
Label.Builder |
copy(Label model) |
Label.Builder |
name(String name)
The classification catagory label name.
|
public Label.Builder name(String name)
The classification catagory label name.
name
- the value to setpublic Label.Builder confidence(Float confidence)
The confidence score between 0 and 1.
confidence
- the value to setpublic Label build()
public Label.Builder copy(Label model)
Copyright © 2016–2024. All rights reserved.