Package | Description |
---|---|
com.oracle.bmc.aivision.model |
Modifier and Type | Method and Description |
---|---|
Landmark |
Landmark.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Landmark> |
Face.getLandmarks()
A point of interest within a face.
|
Modifier and Type | Method and Description |
---|---|
Landmark.Builder |
Landmark.Builder.copy(Landmark model) |
Modifier and Type | Method and Description |
---|---|
Face.Builder |
Face.Builder.landmarks(List<Landmark> landmarks)
A point of interest within a face.
|
Constructor and Description |
---|
Face(Float confidence,
BoundingPolygon boundingPolygon,
Float qualityScore,
List<Landmark> landmarks)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.