Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
Landmark |
Landmark.clone() |
Landmark |
Landmark.set(String fieldName,
Object value) |
Landmark |
Landmark.setPosition(Position position)
Face landmark position.
|
Landmark |
Landmark.setType(String type)
Face landmark type.
|
Modifier and Type | Method and Description |
---|---|
List<Landmark> |
FaceAnnotation.getLandmarks()
Detected face landmarks.
|
Modifier and Type | Method and Description |
---|---|
FaceAnnotation |
FaceAnnotation.setLandmarks(List<Landmark> landmarks)
Detected face landmarks.
|
Copyright © 2011–2019 Google. All rights reserved.