# Cognitive Services Language SDK This is the AutoRest configuration file the Cognitive Services Language SDK. > see https://aka.ms/autorest ## Releases The current preview release of Language - Text is 2026-05-15-preview. The current stable release of Language - Text is 2026-05-01. ```yaml tag: release_2026-05-15-preview add-credentials: true clear-output-folder: true openapi-type: data-plane directive: - suppress: LongRunningResponseStatusCode reason: The validation tools do not properly recognize 202 as a supported response code. - suppress: R3016 where: $.definitions.CurrencyResolution.properties.ISO4217 reason: ISO should be upper case. ``` ### Release 2026-05-15-preview These settings apply only when `--tag=release_2026-05-15-preview` is specified on the command line. ``` yaml $(tag) == 'release_2026-05-15-preview' input-file: - preview/2026-05-15-preview/analyzetext.json title: Microsoft Cognitive Language Service - Text modelerfour: lenient-model-deduplication: true ``` ### Release 2026-05-01 These settings apply only when `--tag=release_2026-05-01` is specified on the command line. ``` yaml $(tag) == 'release_2026-05-01' input-file: - stable/2026-05-01/analyzetext.json title: Microsoft Cognitive Language Service - Text modelerfour: lenient-model-deduplication: true ``` ### Release 2025-11-01 These settings apply only when `--tag=release_2025-11-01` is specified on the command line. ``` yaml $(tag) == 'release_2025-11-01' input-file: - stable/2025-11-01/analyzetext.json title: Microsoft Cognitive Language Service - Text modelerfour: lenient-model-deduplication: true ``` ### Release 2024-11-01 These settings apply only when `--tag=release_2024-11-01` is specified on the command line. ``` yaml $(tag) == 'release_2024-11-01' input-file: - stable/2024-11-01/analyzetext.json title: Microsoft Cognitive Language Service - Text modelerfour: lenient-model-deduplication: true ``` ### Release 2023-04-01 These settings apply only when `--tag=release_2023-04-01` is specified on the command line. ``` yaml $(tag) == 'release_2023-04-01' input-file: - stable/2023-04-01/analyzetext.json title: Microsoft Cognitive Language Service - Text modelerfour: lenient-model-deduplication: true ``` ### Release 2022-05-01 These settings apply only when `--tag=release_2022-05-01` is specified on the command line. ``` yaml $(tag) == 'release_2022-05-01' input-file: - stable/2022-05-01/analyzetext.json title: Microsoft Cognitive Language Service - Text modelerfour: lenient-model-deduplication: true ``` ## Swagger to SDK This section describes what SDK should be generated by the automatic system. This is not used by Autorest itself. ``` yaml $(swagger-to-sdk) swagger-to-sdk: - repo: azure-sdk-for-net-track2 - repo: azure-sdk-for-python ```