Package | Description |
---|---|
com.oracle.bmc.aivision.model |
Modifier and Type | Method and Description |
---|---|
Face |
Face.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Face> |
AnalyzeImageResult.getDetectedFaces()
The detected faces.
|
Modifier and Type | Method and Description |
---|---|
Face.Builder |
Face.Builder.copy(Face model) |
Modifier and Type | Method and Description |
---|---|
AnalyzeImageResult.Builder |
AnalyzeImageResult.Builder.detectedFaces(List<Face> detectedFaces)
The detected faces.
|
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.