Uses of Class
com.oracle.bmc.aivision.model.VideoFeature
-
Packages that use VideoFeature Package Description com.oracle.bmc.aivision.model -
-
Uses of VideoFeature in com.oracle.bmc.aivision.model
Subclasses of VideoFeature in com.oracle.bmc.aivision.model Modifier and Type Class Description class
VideoFaceDetectionFeature
Video face detection feature
Note: Objects should always be created or deserialized using theVideoFaceDetectionFeature.Builder
.class
VideoLabelDetectionFeature
Video label detection feature
Note: Objects should always be created or deserialized using theVideoLabelDetectionFeature.Builder
.class
VideoObjectDetectionFeature
Video object detection feature
Note: Objects should always be created or deserialized using theVideoObjectDetectionFeature.Builder
.class
VideoObjectTrackingFeature
Video object tracking feature
Note: Objects should always be created or deserialized using theVideoObjectTrackingFeature.Builder
.class
VideoTextDetectionFeature
Video text detection feature
Note: Objects should always be created or deserialized using theVideoTextDetectionFeature.Builder
.Methods in com.oracle.bmc.aivision.model that return types with arguments of type VideoFeature Modifier and Type Method Description List<VideoFeature>
CreateVideoJobDetails. getFeatures()
a list of video analysis features.List<VideoFeature>
VideoJob. getFeatures()
a list of document analysis features.Method parameters in com.oracle.bmc.aivision.model with type arguments of type VideoFeature Modifier and Type Method Description CreateVideoJobDetails.Builder
CreateVideoJobDetails.Builder. features(List<VideoFeature> features)
a list of video analysis features.VideoJob.Builder
VideoJob.Builder. features(List<VideoFeature> features)
a list of document analysis features.Constructor parameters in com.oracle.bmc.aivision.model with type arguments of type VideoFeature Constructor Description CreateVideoJobDetails(InputLocation inputLocation, List<VideoFeature> features, OutputLocation outputLocation, String compartmentId, String displayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.VideoJob(String id, String compartmentId, String displayName, List<VideoFeature> features, InputLocation inputLocation, Date timeAccepted, Date timeStarted, Date timeFinished, Float percentComplete, OutputLocation outputLocation, VideoJob.LifecycleState lifecycleState, VideoJob.LifecycleDetails lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-