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