Watson Visual Recognition Api

Unofficial Content

Deprecated: Since July 2018. Replaced by GeneXus Artificial Intelligence.

Visual Recognition

 

Documentation: https://www.ibm.com/watson/developercloud/visual-recognition/api/v3/

 

Classify an image

Invocation

&ClassifySDT = GetClassify(&URL)

Parameters

In: &URL   of type: Text, GenexusWatsonSDK. It corresponds to the image URL.

Out: &ClassifySDT variable based on the SDT Classify.

Face Recognition

Invocation

&FaceDetectionSDT = GetFaceDetection(&URL)

Parameters

In: &URL   of type: Text, GenexusWatsonSDK. It corresponds to the image URL.

Out: &FaceDetectionSDT  variable based on the SDT FaceDetection.

Text Recognition

Invocation

&RecognizeTextSDT = GetRecognizeText(&text)

Parameters

In: &URL   of type: Text, GenexusWatsonSDK. It corresponds to the image URL.

Out: &RecognizeTextSDT variable based on the SDT: RecognizeText.