Package | Description |
---|---|
com.oracle.bmc.aivision.model |
Modifier and Type | Method and Description |
---|---|
Label |
Label.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Label> |
AnalyzeImageResult.getLabels()
The image classification labels.
|
Modifier and Type | Method and Description |
---|---|
Label.Builder |
Label.Builder.copy(Label model) |
Modifier and Type | Method and Description |
---|---|
AnalyzeImageResult.Builder |
AnalyzeImageResult.Builder.labels(List<Label> labels)
The image classification labels.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.