watson.visual_insights({version: 'v1-experimental', ...});
Parameters:
| Name | Type | Description |
|---|---|---|
options |
Methods
classifiers()
Returns a list of the classifiers that are used in the summary call
summary(images_file)
Classifies @param images_file using all available classifiers.
Parameters:
| Name | Type | Description |
|---|---|---|
images_file |
ReadStream | The zip of images to analyze. |