Package | Description |
---|---|
com.oracle.bmc.aivision.model |
Modifier and Type | Method and Description |
---|---|
VideoLabel |
VideoLabel.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<VideoLabel> |
AnalyzeVideoResult.getVideoLabels()
Detected labels in a video.
|
Modifier and Type | Method and Description |
---|---|
VideoLabel.Builder |
VideoLabel.Builder.copy(VideoLabel model) |
Modifier and Type | Method and Description |
---|---|
AnalyzeVideoResult.Builder |
AnalyzeVideoResult.Builder.videoLabels(List<VideoLabel> videoLabels)
Detected labels in a video.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.