---
title: "Find Sentence Boundaries"
method: POST
path: "/breaksentence"
---

# Find Sentence Boundaries

`POST /breaksentence`

Find Sentence Boundaries

## Query parameters

- `language` string
- `script` string
- `api-version` string, required

## Headers

- `X-ClientTraceId` string

## Request body

- InputTextItem[]
  - `text` string, required — Text to translate.

## Response `200`

Response for the Break SEntence API.

- BreakSentenceItem[]
  - `detectedLanguage` DetectedLanguage — An object describing the detected language.
    - `language` string, required — A string representing the code of the detected language.
    - `score` number, float, required — A float value indicating the confidence in the result. The score is between zero and one and a low score indicates a low confidence.
  - `sentLen` integer[], 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.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/translation-texttranslation.md) · [All operations](https://skmtc.net/azure/apis/translation-texttranslation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/translation-texttranslation/versions/6316202fc2bb/schema)
