| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.alchemy.v1 |
| Modifier and Type | Method and Description |
|---|---|
ImageFaces |
AlchemyVision.recognizeFaces(File image,
Boolean knowledgeGraph)
Recognize faces from an image.
For each face detected returns: Bounding box Gender Approximate age Name (if celebrity is detected) |
ImageFaces |
AlchemyVision.recognizeFaces(URL url,
Boolean knowledgeGraph)
Recognize faces from a URL.
For each face detected returns: Bounding box Gender Approximate age Name (if celebrity is detected) |
Copyright © 2015. All rights reserved.