Uses of Interface
com.google.cloud.videointelligence.v1.NormalizedVertexOrBuilder
-
Packages that use NormalizedVertexOrBuilder Package Description com.google.cloud.videointelligence.v1 A client to Cloud Video Intelligence API -
-
Uses of NormalizedVertexOrBuilder in com.google.cloud.videointelligence.v1
Classes in com.google.cloud.videointelligence.v1 that implement NormalizedVertexOrBuilder Modifier and Type Class 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.Methods in com.google.cloud.videointelligence.v1 that return NormalizedVertexOrBuilder Modifier and Type Method Description NormalizedVertexOrBuilder
DetectedLandmark.Builder. getPointOrBuilder()
The 2D point of the detected landmark using the normalized image coordindate system.NormalizedVertexOrBuilder
DetectedLandmark. 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
NormalizedBoundingPoly.Builder. getVerticesOrBuilder(int index)
Normalized vertices of the bounding polygon.NormalizedVertexOrBuilder
NormalizedBoundingPoly. getVerticesOrBuilder(int index)
Normalized vertices of the bounding polygon.NormalizedVertexOrBuilder
NormalizedBoundingPolyOrBuilder. getVerticesOrBuilder(int index)
Normalized vertices of the bounding polygon.Methods in com.google.cloud.videointelligence.v1 that return types with arguments of type NormalizedVertexOrBuilder Modifier and Type Method Description List<? extends NormalizedVertexOrBuilder>
NormalizedBoundingPoly.Builder. getVerticesOrBuilderList()
Normalized vertices of the bounding polygon.List<? extends NormalizedVertexOrBuilder>
NormalizedBoundingPoly. getVerticesOrBuilderList()
Normalized vertices of the bounding polygon.List<? extends NormalizedVertexOrBuilder>
NormalizedBoundingPolyOrBuilder. getVerticesOrBuilderList()
Normalized vertices of the bounding polygon.
-