Method | /V2/Soap.svc/BreakSentences |
Description
Breaks a piece of text into sentences and returns an array containing the lengths in each sentence.
Request (LanguageService_BreakSentences_InputMessage)
The request body is of type BreakSentences.
Request Body Parameters
Name | Description | Data Type |
---|---|---|
appId | xml:string | |
text | xml:string | |
language | xml:string |

Overview
![]() |
|
Response (LanguageService_BreakSentences_OutputMessage)
The response body is of type BreakSentencesResponse.
An array of integers representing the lengths of the sentences. The length of the array is the enumber of sentences, and the values are the length of each sentence.Response Body Parameters
Name | Description | Data Type |
---|---|---|
BreakSentencesResult | ArrayOfint |

Overview
![]() |
|
See Also