Uses of Interface
com.google.cloud.datalabeling.v1beta1.NormalizedVertexOrBuilder
-
Packages that use NormalizedVertexOrBuilder Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of NormalizedVertexOrBuilder in com.google.cloud.datalabeling.v1beta1
Classes in com.google.cloud.datalabeling.v1beta1 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.datalabeling.v1beta1 that return NormalizedVertexOrBuilder Modifier and Type Method Description NormalizedVertexOrBuilder
NormalizedBoundingPoly.Builder. getNormalizedVerticesOrBuilder(int index)
The bounding polygon normalized vertices.NormalizedVertexOrBuilder
NormalizedBoundingPoly. getNormalizedVerticesOrBuilder(int index)
The bounding polygon normalized vertices.NormalizedVertexOrBuilder
NormalizedBoundingPolyOrBuilder. getNormalizedVerticesOrBuilder(int index)
The bounding polygon normalized vertices.NormalizedVertexOrBuilder
NormalizedPolyline.Builder. getNormalizedVerticesOrBuilder(int index)
The normalized polyline vertices.NormalizedVertexOrBuilder
NormalizedPolyline. getNormalizedVerticesOrBuilder(int index)
The normalized polyline vertices.NormalizedVertexOrBuilder
NormalizedPolylineOrBuilder. getNormalizedVerticesOrBuilder(int index)
The normalized polyline vertices.Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type NormalizedVertexOrBuilder Modifier and Type Method Description List<? extends NormalizedVertexOrBuilder>
NormalizedBoundingPoly.Builder. getNormalizedVerticesOrBuilderList()
The bounding polygon normalized vertices.List<? extends NormalizedVertexOrBuilder>
NormalizedBoundingPoly. getNormalizedVerticesOrBuilderList()
The bounding polygon normalized vertices.List<? extends NormalizedVertexOrBuilder>
NormalizedBoundingPolyOrBuilder. getNormalizedVerticesOrBuilderList()
The bounding polygon normalized vertices.List<? extends NormalizedVertexOrBuilder>
NormalizedPolyline.Builder. getNormalizedVerticesOrBuilderList()
The normalized polyline vertices.List<? extends NormalizedVertexOrBuilder>
NormalizedPolyline. getNormalizedVerticesOrBuilderList()
The normalized polyline vertices.List<? extends NormalizedVertexOrBuilder>
NormalizedPolylineOrBuilder. getNormalizedVerticesOrBuilderList()
The normalized polyline vertices.
-