watson-developer-cloud / python-sdk

:snake: Client library to use the IBM Watson services in Python and available in pip as watson-developer-cloud
https://pypi.org/project/ibm-watson/
Apache License 2.0
1.46k stars 827 forks source link

Include optional parameters in AlchemyVision examples #17

Closed Decker87 closed 8 years ago

Decker87 commented 8 years ago

There are a couple optional parameters to some AlchemyVision APIs that would be nice to include in the examples. There's knowledgeGraph=(0|1) for GetRankedImageFaceTags and GetRankedImageKeywords, and forceShowAll=(0|1) for GetRankedImageKeywords.

jsstylos commented 8 years ago

Fixed in 8e657a