Package com.oracle.bmc.aivision.model
Class Landmark.Builder
- java.lang.Object
-
- com.oracle.bmc.aivision.model.Landmark.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Landmark
build()
Landmark.Builder
copy(Landmark model)
Landmark.Builder
type(Landmark.Type type)
The face landmark typeLandmark.Builder
x(Float x)
The X-axis normalized coordinate.Landmark.Builder
y(Float y)
The Y-axis normalized coordinate.
-
-
-
Method Detail
-
type
public Landmark.Builder type(Landmark.Type type)
The face landmark type- Parameters:
type
- the value to set- Returns:
- this builder
-
x
public Landmark.Builder x(Float x)
The X-axis normalized coordinate.- Parameters:
x
- the value to set- Returns:
- this builder
-
y
public Landmark.Builder y(Float y)
The Y-axis normalized coordinate.- Parameters:
y
- the value to set- Returns:
- this builder
-
build
public Landmark build()
-
copy
public Landmark.Builder copy(Landmark model)
-
-