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 classNormalizedVertexA vertex represents a 2D point in the image.static classNormalizedVertex.BuilderA vertex represents a 2D point in the image.Methods in com.google.cloud.videointelligence.v1 that return NormalizedVertexOrBuilder Modifier and Type Method Description NormalizedVertexOrBuilderDetectedLandmark.Builder. getPointOrBuilder()The 2D point of the detected landmark using the normalized image coordindate system.NormalizedVertexOrBuilderDetectedLandmark. getPointOrBuilder()The 2D point of the detected landmark using the normalized image coordindate system.NormalizedVertexOrBuilderDetectedLandmarkOrBuilder. getPointOrBuilder()The 2D point of the detected landmark using the normalized image coordindate system.NormalizedVertexOrBuilderNormalizedBoundingPoly.Builder. getVerticesOrBuilder(int index)Normalized vertices of the bounding polygon.NormalizedVertexOrBuilderNormalizedBoundingPoly. getVerticesOrBuilder(int index)Normalized vertices of the bounding polygon.NormalizedVertexOrBuilderNormalizedBoundingPolyOrBuilder. 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.
-