Uses of Class
com.oracle.bmc.aivision.model.Label
-
Packages that use Label Package Description com.oracle.bmc.aivision.model -
-
Uses of Label in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return Label Modifier and Type Method Description Label
Label.Builder. build()
Methods in com.oracle.bmc.aivision.model that return types with arguments of type Label Modifier and Type Method Description List<Label>
AnalyzeImageResult. getLabels()
The image classification labels.Methods in com.oracle.bmc.aivision.model with parameters of type Label Modifier and Type Method Description Label.Builder
Label.Builder. copy(Label model)
Method parameters in com.oracle.bmc.aivision.model with type arguments of type Label Modifier and Type Method Description AnalyzeImageResult.Builder
AnalyzeImageResult.Builder. labels(List<Label> labels)
The image classification labels.
-