Uses of Class
com.oracle.bmc.aivision.model.VideoLabel
-
Packages that use VideoLabel Package Description com.oracle.bmc.aivision.model -
-
Uses of VideoLabel in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return VideoLabel Modifier and Type Method Description VideoLabel
VideoLabel.Builder. build()
Methods in com.oracle.bmc.aivision.model that return types with arguments of type VideoLabel Modifier and Type Method Description List<VideoLabel>
AnalyzeVideoResult. getVideoLabels()
Detected labels in a video.Methods in com.oracle.bmc.aivision.model with parameters of type VideoLabel Modifier and Type Method Description VideoLabel.Builder
VideoLabel.Builder. copy(VideoLabel model)
Method parameters in com.oracle.bmc.aivision.model with type arguments of type VideoLabel Modifier and Type Method Description AnalyzeVideoResult.Builder
AnalyzeVideoResult.Builder. videoLabels(List<VideoLabel> videoLabels)
Detected labels in a video.Constructor parameters in com.oracle.bmc.aivision.model with type arguments of type VideoLabel Constructor Description AnalyzeVideoResult(VideoMetadata videoMetadata, List<VideoLabel> videoLabels, List<VideoObject> videoObjects, List<VideoTrackedObject> videoTrackedObjects, List<VideoText> videoText, List<VideoFace> videoFaces, List<OntologyClass> ontologyClasses, String labelDetectionModelVersion, String objectDetectionModelVersion, String objectTrackingModelVersion, String textDetectionModelVersion, String faceDetectionModelVersion, List<ProcessingError> errors)
Deprecated.
-