Package com.oracle.bmc.aivision.model
Class Landmark.Builder
- java.lang.Object
- 
- com.oracle.bmc.aivision.model.Landmark.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Landmarkbuild()Landmark.Buildercopy(Landmark model)Landmark.Buildertype(Landmark.Type type)The face landmark typeLandmark.Builderx(Float x)The X-axis normalized coordinate.Landmark.Buildery(Float y)The Y-axis normalized coordinate.
 
- 
- 
- 
Method Detail- 
typepublic Landmark.Builder type(Landmark.Type type) The face landmark type- Parameters:
- type- the value to set
- Returns:
- this builder
 
 - 
xpublic Landmark.Builder x(Float x) The X-axis normalized coordinate.- Parameters:
- x- the value to set
- Returns:
- this builder
 
 - 
ypublic Landmark.Builder y(Float y) The Y-axis normalized coordinate.- Parameters:
- y- the value to set
- Returns:
- this builder
 
 - 
buildpublic Landmark build() 
 - 
copypublic Landmark.Builder copy(Landmark model) 
 
- 
 
-