Method | /V2/Soap.svc/DetectArray |
Description
Use the DetectArray Method to identify the language of an array of strings all at once. Performs independent detection of each individual array element and returns a result for each element of the array.
Request (LanguageService_DetectArray_InputMessage)
The request body is of type DetectArray.
Request Body Parameters
Name | Description | Data Type |
---|---|---|
appId | xml:string | |
texts | ArrayOfstring |

Overview
![]() |
|
Response (LanguageService_DetectArray_OutputMessage)
The response body is of type DetectArrayResponse.
A string array containing a two-character Language codes for each row of the input array.Response Body Parameters
Name | Description | Data Type |
---|---|---|
DetectArrayResult | ArrayOfstring |

Overview
![]() |
|
See Also