Uses of Interface
com.google.cloud.vision.v1p4beta1.VertexOrBuilder
-
Packages that use VertexOrBuilder Package Description com.google.cloud.vision.v1p4beta1 A client to Cloud Vision API -
-
Uses of VertexOrBuilder in com.google.cloud.vision.v1p4beta1
Classes in com.google.cloud.vision.v1p4beta1 that implement VertexOrBuilder Modifier and Type Class Description classVertexA vertex represents a 2D point in the image.static classVertex.BuilderA vertex represents a 2D point in the image.Methods in com.google.cloud.vision.v1p4beta1 that return VertexOrBuilder Modifier and Type Method Description VertexOrBuilderBoundingPoly.Builder. getVerticesOrBuilder(int index)The bounding polygon vertices.VertexOrBuilderBoundingPoly. getVerticesOrBuilder(int index)The bounding polygon vertices.VertexOrBuilderBoundingPolyOrBuilder. getVerticesOrBuilder(int index)The bounding polygon vertices.Methods in com.google.cloud.vision.v1p4beta1 that return types with arguments of type VertexOrBuilder Modifier and Type Method Description List<? extends VertexOrBuilder>BoundingPoly.Builder. getVerticesOrBuilderList()The bounding polygon vertices.List<? extends VertexOrBuilder>BoundingPoly. getVerticesOrBuilderList()The bounding polygon vertices.List<? extends VertexOrBuilder>BoundingPolyOrBuilder. getVerticesOrBuilderList()The bounding polygon vertices.
-