Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
Position |
Position.clone() |
Position |
Landmark.getPosition()
Face landmark position.
|
Position |
Position.set(String fieldName,
Object value) |
Position |
Position.setX(Float x)
X coordinate.
|
Position |
Position.setY(Float y)
Y coordinate.
|
Position |
Position.setZ(Float z)
Z coordinate (or depth).
|
Modifier and Type | Method and Description |
---|---|
Landmark |
Landmark.setPosition(Position position)
Face landmark position.
|
Copyright © 2011–2019 Google. All rights reserved.