Package | Description |
---|---|
com.oracle.bmc.aivision.model |
Modifier and Type | Method and Description |
---|---|
VideoTrackingFrame |
VideoTrackingFrame.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<VideoTrackingFrame> |
VideoTrackedObjectSegment.getFrames()
Frames within the segment.
|
Modifier and Type | Method and Description |
---|---|
VideoTrackingFrame.Builder |
VideoTrackingFrame.Builder.copy(VideoTrackingFrame model) |
Modifier and Type | Method and Description |
---|---|
VideoTrackedObjectSegment.Builder |
VideoTrackedObjectSegment.Builder.frames(List<VideoTrackingFrame> frames)
Frames within the segment.
|
Constructor and Description |
---|
VideoTrackedObjectSegment(VideoSegment videoSegment,
Float confidence,
List<VideoTrackingFrame> frames)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.