| Package | Description | 
|---|---|
| com.ibm.watson.developer_cloud.alchemy.v1 | 
 Provides access to the Alchemy Language, Vision and DataNews services. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceCall<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:  | 
ServiceCall<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 IBM Watson. All rights reserved.