Uses of Class
com.oracle.bmc.aivision.model.ObjectProperty
-
Packages that use ObjectProperty Package Description com.oracle.bmc.aivision.model -
-
Uses of ObjectProperty in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return ObjectProperty Modifier and Type Method Description ObjectProperty
ObjectProperty.Builder. build()
Methods in com.oracle.bmc.aivision.model that return types with arguments of type ObjectProperty Modifier and Type Method Description List<ObjectProperty>
VideoTrackingFrame. getProperties()
Properties associated with the tracked object in the frame.Methods in com.oracle.bmc.aivision.model with parameters of type ObjectProperty Modifier and Type Method Description ObjectProperty.Builder
ObjectProperty.Builder. copy(ObjectProperty model)
Method parameters in com.oracle.bmc.aivision.model with type arguments of type ObjectProperty Modifier and Type Method Description VideoTrackingFrame.Builder
VideoTrackingFrame.Builder. properties(List<ObjectProperty> properties)
Properties associated with the tracked object in the frame.Constructor parameters in com.oracle.bmc.aivision.model with type arguments of type ObjectProperty Constructor Description VideoTrackingFrame(Integer timeOffsetMs, Float confidence, BoundingPolygon boundingPolygon, List<ObjectProperty> properties)
Deprecated.
-