Text Disguise

CaptchaWord.GetImageWordForCaptchaImage Method 

[This is preliminary documentation and subject to change.]

Returns the word associated with a CAPTCHA image.

[Visual Basic]
Public Function GetImageWordForCaptchaImage( _
   ByVal captchaImageGuid As String _
) As String
[C#]
public string GetImageWordForCaptchaImage(
   string captchaImageGuid
);

Parameters

captchaImageGuid
A String containing the GUID of the CAPTCHA image to retrieve.

Return Value

A String containing the word associated with the CAPTCHA image.

Remarks

The CAPTCHA image must have a status of CREATED.

See Also

CaptchaWord Class | Dls.TextDisguise Namespace