| Modifier and Type | Class and Description |
|---|---|
class |
NormalizedVertex
A vertex represents a 2D point in the image.
|
static class |
NormalizedVertex.Builder
A vertex represents a 2D point in the image.
|
| Modifier and Type | Method and Description |
|---|---|
NormalizedVertexOrBuilder |
DetectedLandmark.getPointOrBuilder()
The 2D point of the detected landmark using the normalized image
coordindate system.
|
NormalizedVertexOrBuilder |
DetectedLandmark.Builder.getPointOrBuilder()
The 2D point of the detected landmark using the normalized image
coordindate system.
|
NormalizedVertexOrBuilder |
DetectedLandmarkOrBuilder.getPointOrBuilder()
The 2D point of the detected landmark using the normalized image
coordindate system.
|
NormalizedVertexOrBuilder |
NormalizedBoundingPolyOrBuilder.getVerticesOrBuilder(int index)
Normalized vertices of the bounding polygon.
|
NormalizedVertexOrBuilder |
NormalizedBoundingPoly.getVerticesOrBuilder(int index)
Normalized vertices of the bounding polygon.
|
NormalizedVertexOrBuilder |
NormalizedBoundingPoly.Builder.getVerticesOrBuilder(int index)
Normalized vertices of the bounding polygon.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends NormalizedVertexOrBuilder> |
NormalizedBoundingPolyOrBuilder.getVerticesOrBuilderList()
Normalized vertices of the bounding polygon.
|
List<? extends NormalizedVertexOrBuilder> |
NormalizedBoundingPoly.getVerticesOrBuilderList()
Normalized vertices of the bounding polygon.
|
List<? extends NormalizedVertexOrBuilder> |
NormalizedBoundingPoly.Builder.getVerticesOrBuilderList()
Normalized vertices of the bounding polygon.
|
Copyright © 2024 Google LLC. All rights reserved.