Uses of Interface
com.google.cloud.videointelligence.v1p2beta1.NormalizedVertexOrBuilder
-
Packages that use NormalizedVertexOrBuilder Package Description com.google.cloud.videointelligence.v1p2beta1 A client to Cloud Video Intelligence API -
-
Uses of NormalizedVertexOrBuilder in com.google.cloud.videointelligence.v1p2beta1
Classes in com.google.cloud.videointelligence.v1p2beta1 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.v1p2beta1 that return NormalizedVertexOrBuilder Modifier and Type Method Description 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.v1p2beta1 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.
-