Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
NormalizedVertex |
NormalizedVertex.clone() |
NormalizedVertex |
NormalizedVertex.set(String fieldName,
Object value) |
NormalizedVertex |
NormalizedVertex.setX(Float x)
X coordinate.
|
NormalizedVertex |
NormalizedVertex.setY(Float y)
Y coordinate.
|
Modifier and Type | Method and Description |
---|---|
List<NormalizedVertex> |
BoundingPoly.getNormalizedVertices()
The bounding polygon normalized vertices.
|
Modifier and Type | Method and Description |
---|---|
BoundingPoly |
BoundingPoly.setNormalizedVertices(List<NormalizedVertex> normalizedVertices)
The bounding polygon normalized vertices.
|
Copyright © 2011–2019 Google. All rights reserved.