Class BoundingPolygon.Builder
- java.lang.Object
- 
- com.oracle.bmc.datalabelingservicedataplane.model.BoundingPolygon.Builder
 
- 
- Enclosing class:
- BoundingPolygon
 
 public static class BoundingPolygon.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BoundingPolygonbuild()BoundingPolygon.Buildercopy(BoundingPolygon model)BoundingPolygon.BuildernormalizedVertices(List<NormalizedVertex> normalizedVertices)The normalized vertices that make up the polygon.
 
- 
- 
- 
Method Detail- 
normalizedVerticespublic BoundingPolygon.Builder normalizedVertices(List<NormalizedVertex> normalizedVertices) The normalized vertices that make up the polygon.They are in the order of the segments they connect. - Parameters:
- normalizedVertices- the value to set
- Returns:
- this builder
 
 - 
buildpublic BoundingPolygon build() 
 - 
copypublic BoundingPolygon.Builder copy(BoundingPolygon model) 
 
- 
 
-