Uses of Class
com.oracle.bmc.aivision.model.NormalizedVertex
-
Packages that use NormalizedVertex Package Description com.oracle.bmc.aivision.model -
-
Uses of NormalizedVertex in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return NormalizedVertex Modifier and Type Method Description NormalizedVertex
NormalizedVertex.Builder. build()
Methods in com.oracle.bmc.aivision.model that return types with arguments of type NormalizedVertex Modifier and Type Method Description List<NormalizedVertex>
BoundingPolygon. getNormalizedVertices()
An array of normalized points defining the polygon’s perimeter, with an implicit segment between subsequent points and between the first and last point.Methods in com.oracle.bmc.aivision.model with parameters of type NormalizedVertex Modifier and Type Method Description NormalizedVertex.Builder
NormalizedVertex.Builder. copy(NormalizedVertex model)
Method parameters in com.oracle.bmc.aivision.model with type arguments of type NormalizedVertex Modifier and Type Method Description BoundingPolygon.Builder
BoundingPolygon.Builder. normalizedVertices(List<NormalizedVertex> normalizedVertices)
An array of normalized points defining the polygon’s perimeter, with an implicit segment between subsequent points and between the first and last point.Constructor parameters in com.oracle.bmc.aivision.model with type arguments of type NormalizedVertex Constructor Description BoundingPolygon(List<NormalizedVertex> normalizedVertices)
Deprecated.
-