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 classNormalizedVertexA vertex represents a 2D point in the image.static classNormalizedVertex.BuilderA vertex represents a 2D point in the image.Methods in com.google.cloud.datalabeling.v1beta1 that return NormalizedVertexOrBuilder Modifier and Type Method Description NormalizedVertexOrBuilderNormalizedBoundingPoly.Builder. getNormalizedVerticesOrBuilder(int index)The bounding polygon normalized vertices.NormalizedVertexOrBuilderNormalizedBoundingPoly. getNormalizedVerticesOrBuilder(int index)The bounding polygon normalized vertices.NormalizedVertexOrBuilderNormalizedBoundingPolyOrBuilder. getNormalizedVerticesOrBuilder(int index)The bounding polygon normalized vertices.NormalizedVertexOrBuilderNormalizedPolyline.Builder. getNormalizedVerticesOrBuilder(int index)The normalized polyline vertices.NormalizedVertexOrBuilderNormalizedPolyline. getNormalizedVerticesOrBuilder(int index)The normalized polyline vertices.NormalizedVertexOrBuilderNormalizedPolylineOrBuilder. 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.
-