Uses of Class
com.oracle.bmc.aivision.model.ImageObject
-
Packages that use ImageObject Package Description com.oracle.bmc.aivision.model -
-
Uses of ImageObject in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return ImageObject Modifier and Type Method Description ImageObject
ImageObject.Builder. build()
Methods in com.oracle.bmc.aivision.model that return types with arguments of type ImageObject Modifier and Type Method Description List<ImageObject>
AnalyzeImageResult. getImageObjects()
The detected objects.Methods in com.oracle.bmc.aivision.model with parameters of type ImageObject Modifier and Type Method Description ImageObject.Builder
ImageObject.Builder. copy(ImageObject model)
Method parameters in com.oracle.bmc.aivision.model with type arguments of type ImageObject Modifier and Type Method Description AnalyzeImageResult.Builder
AnalyzeImageResult.Builder. imageObjects(List<ImageObject> imageObjects)
The detected objects.Constructor parameters in com.oracle.bmc.aivision.model with type arguments of type ImageObject Constructor Description AnalyzeImageResult(List<ImageObject> imageObjects, List<Label> labels, List<OntologyClass> ontologyClasses, ImageText imageText, List<Face> detectedFaces, String imageClassificationModelVersion, String objectDetectionModelVersion, String textDetectionModelVersion, String faceDetectionModelVersion, List<ProcessingError> errors)
Deprecated.
-