Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"title": "Microsoft Cognitive Language Service",
"title": "Microsoft Cognitive Language Service - Text Analysis",
"description": "The language service API is a suite of natural language processing (NLP) skills built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction, language detection and question answering. Further documentation can be found in <a href=\"https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/overview\">https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/overview</a>.0",
"version": "2022-07-01-preview"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"title": "Microsoft Cognitive Language Service",
"title": "Microsoft Cognitive Language Service - Text Analysis",
"description": "The language service API is a suite of natural language processing (NLP) skills built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction, language detection and question answering. Further documentation can be found in <a href=\"https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview\">https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview</a>.0",
"version": "2021-11-01-preview"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"title": "Microsoft Cognitive Language Service",
"title": "Microsoft Cognitive Language Service - Text Analysis",
"description": "The language service API is a suite of natural language processing (NLP) skills built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction, language detection and question answering. Further documentation can be found in <a href=\"https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/overview\">https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/overview</a>.0",
"version": "2022-02-01-preview"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"title": "Microsoft Cognitive Language Service",
"title": "Microsoft Cognitive Language Service - Text Analysis",
"description": "The language service API is a suite of natural language processing (NLP) skills built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction, language detection and question answering. Further documentation can be found in <a href=\"https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/overview\">https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/overview</a>.0",
"version": "2022-03-01-preview"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"title": "Microsoft Cognitive Language Service - Analyze Text Authoring",
"title": "Microsoft Cognitive Language Service - Text Analysis Authoring",
"version": "2022-05-15-preview",
"description": "The language service API is a suite of natural language processing (NLP) skills built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction, language detection and question answering. Further documentation can be found in <a href=\"https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/overview\">https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/overview</a>."
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"title": "Microsoft Cognitive Language Service",
"title": "Microsoft Cognitive Language Service - Text Analysis",
"description": "The language service API is a suite of natural language processing (NLP) skills built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction, language detection and question answering. Further documentation can be found in <a href=\"https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/overview\">https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/overview</a>.0",
"version": "2022-05-15-preview"
},
Expand Down
10 changes: 5 additions & 5 deletions specification/cognitiveservices/data-plane/Language/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ These settings apply only when `--tag=release_2022_05_15_preview` is specified o

``` yaml $(tag) == 'release_2022_05_15_preview'
input-file:
- preview/2022-05-15-preview/textanalytics.json
- preview/2022-05-15-preview/analyzetext.json
- preview/2022-05-15-preview/analyzeconversations.json
- preview/2022-05-15-preview/analyzetext-authoring.json
- preview/2022-05-15-preview/analyzeconversations-authoring.json
Expand All @@ -46,7 +46,7 @@ These settings apply only when `--tag=release_2022_05_01` is specified on the co

``` yaml $(tag) == 'release_2022_05_01'
input-file:
- stable/2022-05-01/textanalytics.json
- stable/2022-05-01/analyzetext.json
- stable/2022-05-01/analyzetext-authoring.json
- stable/2022-05-01/analyzeconversations-authoring.json
- stable/2022-05-01/analyzeconversations.json
Expand All @@ -61,7 +61,7 @@ These settings apply only when `--tag=release_2022_03_01_preview` is specified o

``` yaml $(tag) == 'release_2022_03_01_preview'
input-file:
- preview/2022-03-01-preview/textanalytics.json
- preview/2022-03-01-preview/analyzetext.json
- preview/2022-03-01-preview/analyzeconversations.json
title:
Microsoft Cognitive Language Service
Expand All @@ -75,7 +75,7 @@ These settings apply only when `--tag=release_2022_02_01_preview` is specified o

``` yaml $(tag) == 'release_2022_02_01_preview'
input-file:
- preview/2022-02-01-preview/textanalytics.json
- preview/2022-02-01-preview/analyzetext.json
title:
Microsoft Cognitive Language Service
modelerfour:
Expand All @@ -88,7 +88,7 @@ These settings apply only when `--tag=release_2021_11_01_preview` is specified o

``` yaml $(tag) == 'release_2021_11_01_preview'
input-file:
- preview/2021-11-01-preview/textanalytics.json
- preview/2021-11-01-preview/analyzetext.json
- preview/2021-11-01-preview/analyzeconversations.json
title:
Microsoft Cognitive Language Service
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"title": "Microsoft Cognitive Language Service - Analyze Text Authoring",
"title": "Microsoft Cognitive Language Service - Text Analysis Authoring",
"version": "2022-05-01",
"description": "The language service API is a suite of natural language processing (NLP) skills built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction, language detection and question answering. Further documentation can be found in <a href=\"https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/overview\">https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/overview</a>."
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"swagger": "2.0",
"info": {
"title": "Microsoft Cognitive Language Service",
"title": "Microsoft Cognitive Language Service - Text Analysis",
"description": "The language service API is a suite of natural language processing (NLP) skills built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction, language detection and question answering. Further documentation can be found in <a href=\"https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/overview\">https://docs.microsoft.com/en-us/azure/cognitive-services/language-service/overview</a>.0",
"version": "2022-05-01"
},
Expand Down