v3

latestSwagger 2.02026-07-1363357.2 KB

Find Sentence Boundaries

Find Sentence Boundaries

post/breaksentence

Query parameters

languagestring

Language tag identifying the language of the input text. If a code isn't specified, automatic language detection will be applied.

scriptstring

Script tag identifying the script used by the input text. If a script isn't specified, the default script of the language will be assumed.

api-versionstring required

Mandatory API version parameter

Headers

X-ClientTraceIdstring

A client-generated GUID to uniquely identify the request.

Request body

textstring required

Text to translate.

Response

Response for the Break SEntence API.

sentLeninteger[] required

An integer array representing the lengths of the sentences in the input text. The length of the array is the number of sentences, and the values are the length of each sentence.