Uses of Interface
com.google.cloud.vision.v1.VertexOrBuilder
-
Packages that use VertexOrBuilder Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of VertexOrBuilder in com.google.cloud.vision.v1
Classes in com.google.cloud.vision.v1 that implement VertexOrBuilder Modifier and Type Class Description class
Vertex
A vertex represents a 2D point in the image.static class
Vertex.Builder
A vertex represents a 2D point in the image.Methods in com.google.cloud.vision.v1 that return VertexOrBuilder Modifier and Type Method Description VertexOrBuilder
BoundingPoly.Builder. getVerticesOrBuilder(int index)
The bounding polygon vertices.VertexOrBuilder
BoundingPoly. getVerticesOrBuilder(int index)
The bounding polygon vertices.VertexOrBuilder
BoundingPolyOrBuilder. getVerticesOrBuilder(int index)
The bounding polygon vertices.Methods in com.google.cloud.vision.v1 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.
-