Uses of Interface
com.google.cloud.documentai.v1.NormalizedVertexOrBuilder
-
Packages that use NormalizedVertexOrBuilder Package Description com.google.cloud.documentai.v1 A client to Cloud Document AI API -
-
Uses of NormalizedVertexOrBuilder in com.google.cloud.documentai.v1
Classes in com.google.cloud.documentai.v1 that implement NormalizedVertexOrBuilder Modifier and Type Class Description class
NormalizedVertex
A vertex represents a 2D point in the image.static class
NormalizedVertex.Builder
A vertex represents a 2D point in the image.Methods in com.google.cloud.documentai.v1 that return NormalizedVertexOrBuilder Modifier and Type Method Description NormalizedVertexOrBuilder
BoundingPoly.Builder. getNormalizedVerticesOrBuilder(int index)
The bounding polygon normalized vertices.NormalizedVertexOrBuilder
BoundingPoly. getNormalizedVerticesOrBuilder(int index)
The bounding polygon normalized vertices.NormalizedVertexOrBuilder
BoundingPolyOrBuilder. getNormalizedVerticesOrBuilder(int index)
The bounding polygon normalized vertices.Methods in com.google.cloud.documentai.v1 that return types with arguments of type NormalizedVertexOrBuilder Modifier and Type Method Description List<? extends NormalizedVertexOrBuilder>
BoundingPoly.Builder. getNormalizedVerticesOrBuilderList()
The bounding polygon normalized vertices.List<? extends NormalizedVertexOrBuilder>
BoundingPoly. getNormalizedVerticesOrBuilderList()
The bounding polygon normalized vertices.List<? extends NormalizedVertexOrBuilder>
BoundingPolyOrBuilder. getNormalizedVerticesOrBuilderList()
The bounding polygon normalized vertices.
-