Uses of Class
com.oracle.bmc.datalabelingservicedataplane.model.NormalizedVertex
-
Packages that use NormalizedVertex Package Description com.oracle.bmc.datalabelingservicedataplane.model -
-
Uses of NormalizedVertex in com.oracle.bmc.datalabelingservicedataplane.model
Methods in com.oracle.bmc.datalabelingservicedataplane.model that return NormalizedVertex Modifier and Type Method Description NormalizedVertex
NormalizedVertex.Builder. build()
Methods in com.oracle.bmc.datalabelingservicedataplane.model that return types with arguments of type NormalizedVertex Modifier and Type Method Description List<NormalizedVertex>
BoundingPolygon. getNormalizedVertices()
The normalized vertices that make up the polygon.Methods in com.oracle.bmc.datalabelingservicedataplane.model with parameters of type NormalizedVertex Modifier and Type Method Description NormalizedVertex.Builder
NormalizedVertex.Builder. copy(NormalizedVertex model)
Method parameters in com.oracle.bmc.datalabelingservicedataplane.model with type arguments of type NormalizedVertex Modifier and Type Method Description BoundingPolygon.Builder
BoundingPolygon.Builder. normalizedVertices(List<NormalizedVertex> normalizedVertices)
The normalized vertices that make up the polygon.Constructor parameters in com.oracle.bmc.datalabelingservicedataplane.model with type arguments of type NormalizedVertex Constructor Description BoundingPolygon(List<NormalizedVertex> normalizedVertices)
Deprecated.
-