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