Uses of Interface
com.google.cloud.automl.v1.NormalizedVertexOrBuilder
-
Packages that use NormalizedVertexOrBuilder Package Description com.google.cloud.automl.v1 A client to Cloud AutoML API -
-
Uses of NormalizedVertexOrBuilder in com.google.cloud.automl.v1
Classes in com.google.cloud.automl.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.automl.v1 that return NormalizedVertexOrBuilder Modifier and Type Method Description NormalizedVertexOrBuilder
BoundingPoly.Builder. getNormalizedVerticesOrBuilder(int index)
Output only .NormalizedVertexOrBuilder
BoundingPoly. getNormalizedVerticesOrBuilder(int index)
Output only .NormalizedVertexOrBuilder
BoundingPolyOrBuilder. getNormalizedVerticesOrBuilder(int index)
Output only .Methods in com.google.cloud.automl.v1 that return types with arguments of type NormalizedVertexOrBuilder Modifier and Type Method Description List<? extends NormalizedVertexOrBuilder>
BoundingPoly.Builder. getNormalizedVerticesOrBuilderList()
Output only .List<? extends NormalizedVertexOrBuilder>
BoundingPoly. getNormalizedVerticesOrBuilderList()
Output only .List<? extends NormalizedVertexOrBuilder>
BoundingPolyOrBuilder. getNormalizedVerticesOrBuilderList()
Output only .
-