Package | Description |
---|---|
com.oracle.bmc.aivision.model |
Modifier and Type | Method and Description |
---|---|
ObjectProperty |
ObjectProperty.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ObjectProperty> |
VideoTrackingFrame.getProperties()
Properties associated with the tracked object in the frame.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty.Builder |
ObjectProperty.Builder.copy(ObjectProperty model) |
Modifier and Type | Method and Description |
---|---|
VideoTrackingFrame.Builder |
VideoTrackingFrame.Builder.properties(List<ObjectProperty> properties)
Properties associated with the tracked object in the frame.
|
Constructor and Description |
---|
VideoTrackingFrame(Integer timeOffsetMs,
Float confidence,
BoundingPolygon boundingPolygon,
List<ObjectProperty> properties)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.