Uses of Class
com.oracle.bmc.aivision.model.VideoStreamFeature
-
Packages that use VideoStreamFeature Package Description com.oracle.bmc.aivision.model -
-
Uses of VideoStreamFeature in com.oracle.bmc.aivision.model
Subclasses of VideoStreamFeature in com.oracle.bmc.aivision.model Modifier and Type Class Description class
VideoStreamFaceDetectionFeature
Video stream face detection feature
Note: Objects should always be created or deserialized using theVideoStreamFaceDetectionFeature.Builder
.class
VideoStreamObjectDetectionFeature
Video stream object detection feature
Note: Objects should always be created or deserialized using theVideoStreamObjectDetectionFeature.Builder
.class
VideoStreamObjectTrackingFeature
Video stream object tracking feature
Note: Objects should always be created or deserialized using theVideoStreamObjectTrackingFeature.Builder
.Methods in com.oracle.bmc.aivision.model that return types with arguments of type VideoStreamFeature Modifier and Type Method Description List<VideoStreamFeature>
CreateStreamJobDetails. getFeatures()
a list of stream analysis features.List<VideoStreamFeature>
StreamJob. getFeatures()
a list of document analysis features.List<VideoStreamFeature>
StreamJobSummary. getFeatures()
List of document analysis features.List<VideoStreamFeature>
UpdateStreamJobDetails. getFeatures()
List of stream analysis features.Method parameters in com.oracle.bmc.aivision.model with type arguments of type VideoStreamFeature Modifier and Type Method Description CreateStreamJobDetails.Builder
CreateStreamJobDetails.Builder. features(List<VideoStreamFeature> features)
a list of stream analysis features.StreamJob.Builder
StreamJob.Builder. features(List<VideoStreamFeature> features)
a list of document analysis features.StreamJobSummary.Builder
StreamJobSummary.Builder. features(List<VideoStreamFeature> features)
List of document analysis features.UpdateStreamJobDetails.Builder
UpdateStreamJobDetails.Builder. features(List<VideoStreamFeature> features)
List of stream analysis features.Constructor parameters in com.oracle.bmc.aivision.model with type arguments of type VideoStreamFeature Constructor Description CreateStreamJobDetails(String streamSourceId, List<VideoStreamFeature> features, StreamOutputLocation streamOutputLocation, String compartmentId, String displayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.StreamJob(String id, String streamSourceId, String compartmentId, String displayName, List<VideoStreamFeature> features, StreamOutputLocation streamOutputLocation, String agentParticipantId, StreamJob.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.StreamJobSummary(String id, String streamSourceId, String compartmentId, String displayName, List<VideoStreamFeature> features, StreamOutputLocation streamOutputLocation, StreamJob.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.UpdateStreamJobDetails(String streamSourceId, List<VideoStreamFeature> features, StreamOutputLocation streamOutputLocation, String displayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-