Method | /V2/Soap.svc/Detect |
Description
Use the Detect Method to identify the language of a selected piece of text.
Request (LanguageService_Detect_InputMessage)
The request body is of type Detect.
Request Body Parameters
Name | Description | Data Type |
---|---|---|
appId | xml:string | |
text | xml:string |

Overview
![]() |
Response (LanguageService_Detect_OutputMessage)
The response body is of type DetectResponse.
A string containing a two-character Language code for the given text.Response Body Parameters
Name | Description | Data Type |
---|---|---|
DetectResult | xml:string |

Overview
![]() |
|
See Also