Watson Image Analysis

Uses IBM Watson Image Analysis to analyse an image, adding its response to a specified field.


Configuration

To use this task go to the task tab in your job. Select the task from the drop down and click the plus circle to configure the task. Click done after making any changes to save.

Condition check

It will execute the task when the condition's result is 'true', 't', 'on', '1', or 'yes' (case-insensitive), or run on all conditions if left empty. This condition is evaluated for each document, determining whether the task should be executed based on the specified values.

Example: If I only want to run this task for PDF documents I would use the expression: equals('#{rd.mimetype}',"application/pdf")

The IAM API

Key for IBM Cloud. See instructions here on how to get it.

Collection ID

If left blank, 3Sixty will create one

Collection Name

Name of the collection to create. If left blank, will be new-training-collection with the date appended.

Training Mode

Images will be used in conjunction with the training json to train your analysable. In this mode, no analysis will be performed.

The training json

Required for training mode. The format is {"dog":[25,35,105,215]}. Array order is top, left, width, height with object type as the key.

Field that contains the image urls

If left blank the file content will be used.