Package | Description |
---|---|
com.oracle.bmc.aivision.model |
Modifier and Type | Method and Description |
---|---|
VideoText |
VideoText.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<VideoText> |
AnalyzeVideoResult.getVideoText()
Detected text in a video.
|
Modifier and Type | Method and Description |
---|---|
VideoText.Builder |
VideoText.Builder.copy(VideoText model) |
Modifier and Type | Method and Description |
---|---|
AnalyzeVideoResult.Builder |
AnalyzeVideoResult.Builder.videoText(List<VideoText> videoText)
Detected text 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.