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")

More on Conditions

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.


API Keys

Processor: watsonImageAnalysisTask

Key

Display Name

Type

use_condition Check a condition before executing this task. Boolean

task_condition

Condition

String

task_stop_proc

Stop Processing

Boolean

iamkey

The IAM API Key for IBM Cloud.

String

collectionId

Collection Id. If left blank, 3Sixty will create one.

String

collectionName

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

String

trainingMode

task.watsonTain

Boolean

trainingJson

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

String

urlField

Field that contains the image urls. If left blank the content will be used.

String

addfield

Field to store the Watson response. If left blank, the default name will be 'nlc'.

String