Uses of Class
com.oracle.bmc.aivision.model.VideoObjectSegment
-
Packages that use VideoObjectSegment Package Description com.oracle.bmc.aivision.model -
-
Uses of VideoObjectSegment in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return VideoObjectSegment Modifier and Type Method Description VideoObjectSegment
VideoObjectSegment.Builder. build()
Methods in com.oracle.bmc.aivision.model that return types with arguments of type VideoObjectSegment Modifier and Type Method Description List<VideoObjectSegment>
VideoObject. getSegments()
Object segments in a video.Methods in com.oracle.bmc.aivision.model with parameters of type VideoObjectSegment Modifier and Type Method Description VideoObjectSegment.Builder
VideoObjectSegment.Builder. copy(VideoObjectSegment model)
Method parameters in com.oracle.bmc.aivision.model with type arguments of type VideoObjectSegment Modifier and Type Method Description VideoObject.Builder
VideoObject.Builder. segments(List<VideoObjectSegment> segments)
Object segments in a video.Constructor parameters in com.oracle.bmc.aivision.model with type arguments of type VideoObjectSegment Constructor Description VideoObject(String name, List<VideoObjectSegment> segments)
Deprecated.
-