Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Landmark |
build() |
Landmark.Builder |
copy(Landmark model) |
Landmark.Builder |
type(Landmark.Type type)
The face landmark type
|
Landmark.Builder |
x(Float x)
The X-axis normalized coordinate.
|
Landmark.Builder |
y(Float y)
The Y-axis normalized coordinate.
|
public Landmark.Builder type(Landmark.Type type)
The face landmark type
type
- the value to setpublic Landmark.Builder x(Float x)
The X-axis normalized coordinate.
x
- the value to setpublic Landmark.Builder y(Float y)
The Y-axis normalized coordinate.
y
- the value to setpublic Landmark build()
public Landmark.Builder copy(Landmark model)
Copyright © 2016–2024. All rights reserved.