Uses of Class
com.oracle.bmc.aivision.model.ImageFeature
-
Packages that use ImageFeature Package Description com.oracle.bmc.aivision.model -
-
Uses of ImageFeature in com.oracle.bmc.aivision.model
Subclasses of ImageFeature in com.oracle.bmc.aivision.model Modifier and Type Class Description class
FaceDetectionFeature
The face detection parameters.class
ImageClassificationFeature
The image classification parameters.class
ImageObjectDetectionFeature
The object detection parameters.class
ImageTextDetectionFeature
The text detection parameters.Methods in com.oracle.bmc.aivision.model that return types with arguments of type ImageFeature Modifier and Type Method Description List<ImageFeature>
AnalyzeImageDetails. getFeatures()
The types of image analysis.List<ImageFeature>
CreateImageJobDetails. getFeatures()
The list of requested image analysis types.List<ImageFeature>
ImageJob. getFeatures()
The list of requested document analysis types.Method parameters in com.oracle.bmc.aivision.model with type arguments of type ImageFeature Modifier and Type Method Description AnalyzeImageDetails.Builder
AnalyzeImageDetails.Builder. features(List<ImageFeature> features)
The types of image analysis.CreateImageJobDetails.Builder
CreateImageJobDetails.Builder. features(List<ImageFeature> features)
The list of requested image analysis types.ImageJob.Builder
ImageJob.Builder. features(List<ImageFeature> features)
The list of requested document analysis types.Constructor parameters in com.oracle.bmc.aivision.model with type arguments of type ImageFeature Constructor Description AnalyzeImageDetails(List<ImageFeature> features, ImageDetails image, String compartmentId)
Deprecated.CreateImageJobDetails(InputLocation inputLocation, List<ImageFeature> features, OutputLocation outputLocation, String compartmentId, String displayName, Boolean isZipOutputEnabled)
Deprecated.ImageJob(String id, String compartmentId, String displayName, List<ImageFeature> features, InputLocation inputLocation, Date timeAccepted, Date timeStarted, Date timeFinished, Float percentComplete, OutputLocation outputLocation, ImageJob.LifecycleState lifecycleState, ImageJob.LifecycleDetails lifecycleDetails, Boolean isZipOutputEnabled)
Deprecated.
-