Uses of Interface
com.google.cloud.documentai.v1beta2.VertexOrBuilder
-
Packages that use VertexOrBuilder Package Description com.google.cloud.documentai.v1beta2 A client to Cloud Document AI API -
-
Uses of VertexOrBuilder in com.google.cloud.documentai.v1beta2
Classes in com.google.cloud.documentai.v1beta2 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.documentai.v1beta2 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.documentai.v1beta2 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.
-