Skip to content

Commit ced9065

Browse files
authored
Merge branch 'main' into tejaswiMinnu-patch-1
2 parents 3b53859 + 06d92d9 commit ced9065

65 files changed

Lines changed: 304 additions & 108 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"operationId": "AnalyzeTextJobStatus",
3+
"title": "SuccessfulAbstractiveSummarizationSummaryLengthTaskResult",
4+
"parameters": {
5+
"Ocp-Apim-Subscription-Key": "{API key}",
6+
"api-version": "2026-05-01",
7+
"Endpoint": "{Endpoint}",
8+
"jobId": "c0f2a446-05d9-48fc-ba8f-3ef4af8d0b18"
9+
},
10+
"responses": {
11+
"200": {
12+
"headers": {},
13+
"body": {
14+
"createdDateTime": "2020-10-01T15:00:45Z",
15+
"displayName": "Document Abstractive Summarization Task Example",
16+
"expirationDateTime": "2020-10-03T15:01:03Z",
17+
"jobId": "c0f2a446-05d9-48fc-ba8f-3ef4af8d0b18",
18+
"lastUpdatedDateTime": "2020-10-01T15:01:03Z",
19+
"status": "succeeded",
20+
"tasks": {
21+
"completed": 1,
22+
"failed": 0,
23+
"inProgress": 0,
24+
"total": 1,
25+
"items": [
26+
{
27+
"kind": "AbstractiveSummarizationLROResults",
28+
"taskName": "Document Abstractive Summarization Task 1",
29+
"lastUpdateDateTime": "2020-10-01T15:01:03Z",
30+
"status": "succeeded",
31+
"results": {
32+
"documents": [
33+
{
34+
"summaries": [
35+
{
36+
"text": "Microsoft is working towards advancing AI through a holistic, human-centric approach. The Chief Technology Officer of Azure AI services, who has a unique perspective on human cognition, is working with a team to develop a joint representation called XYZ-code. This code, which combines monologuistic text, audio or visual sensory signals, and multilinguality, is being used to create more powerful AI that can better understand humans. The goal is to have pre-trained models that can jointly learn representations to support a broad range of AI tasks, similar to how humans do today. Over the past five years, Microsoft has achieved human performance on benchmarks in conversational speech recognition, machine translation, conversational question answering, machine reading comprehension, and image captioning.",
37+
"contexts": [
38+
{
39+
"offset": 0,
40+
"length": 1629
41+
}
42+
]
43+
}
44+
],
45+
"id": "1",
46+
"warnings": []
47+
}
48+
],
49+
"errors": [],
50+
"modelVersion": "latest"
51+
}
52+
}
53+
]
54+
}
55+
}
56+
}
57+
}
58+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"operationId": "AnalyzeTextSubmitJob",
3+
"title": "SuccessfulAbstractiveSummarizationSummaryLengthTaskSubmit",
4+
"parameters": {
5+
"Ocp-Apim-Subscription-Key": "{API key}",
6+
"api-version": "2026-05-01",
7+
"Endpoint": "{Endpoint}",
8+
"jobId": "{Job ID}",
9+
"body": {
10+
"displayName": "Document Abstractive Summarization Task Example",
11+
"analysisInput": {
12+
"documents": [
13+
{
14+
"id": "1",
15+
"language": "en",
16+
"text": "At Microsoft, we have been on a quest to advance AI beyond existing techniques, by taking a more holistic, human-centric approach to learning and understanding. As Chief Technology Officer of Azure AI Cognitive Services, I have been working with a team of amazing scientists and engineers to turn this quest into a reality. In my role, I enjoy a unique perspective in viewing the relationship among three attributes of human cognition: monolingual text (X), audio or visual sensory signals, (Y) and multilingual (Z). At the intersection of all three, there is magic—what we call XYZ-code as illustrated in Figure 1—a joint representation to create more powerful AI that can speak, hear, see, and understand humans better. We believe XYZ-code will enable us to fulfill our long-term vision: cross-domain transfer learning, spanning modalities and languages. The goal is to have pre-trained models that can jointly learn representations to support a broad range of downstream AI tasks, much in the way humans do today. Over the past five years, we have achieved human performance on benchmarks in conversational speech recognition, machine translation, conversational question answering, machine reading comprehension, and image captioning. These five breakthroughs provided us with strong signals toward our more ambitious aspiration to produce a leap in AI capabilities, achieving multi-sensory and multilingual learning that is closer in line with how humans learn and understand. I believe the joint XYZ-code is a foundational component of this aspiration, if grounded with external knowledge sources in the downstream AI tasks."
17+
}
18+
]
19+
},
20+
"tasks": [
21+
{
22+
"kind": "AbstractiveSummarization",
23+
"taskName": "Document Abstractive Summarization Task 1",
24+
"parameters": {
25+
"summaryLength": "medium"
26+
}
27+
}
28+
]
29+
}
30+
},
31+
"responses": {
32+
"202": {
33+
"headers": {
34+
"Operation-Location": "{endpoint}/language/analyze-text/jobs/{jobId}?api-version=2026-05-01"
35+
}
36+
}
37+
}
38+
}

specification/cognitiveservices/data-plane/LanguageAnalyzeText/examples/2025-11-15-preview/SuccessfulAbstractiveSummarizationSummaryLengthPromptTaskResult.json renamed to specification/cognitiveservices/data-plane/LanguageAnalyzeText/examples/2026-05-15-preview/SuccessfulAbstractiveSummarizationSummaryLengthPromptTaskResult.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "SuccessfulAbstractiveSummarizationSummaryLengthPromptTaskResult",
44
"parameters": {
55
"Ocp-Apim-Subscription-Key": "{API key}",
6-
"api-version": "2025-11-15-preview",
6+
"api-version": "2026-05-15-preview",
77
"Endpoint": "{Endpoint}",
88
"jobId": "c0f2a446-05d9-48fc-ba8f-3ef4af8d0b18"
99
},

specification/cognitiveservices/data-plane/LanguageAnalyzeText/preview/2025-11-15-preview/examples/SuccessfulAbstractiveSummarizationSummaryLengthPromptTaskSubmit.json renamed to specification/cognitiveservices/data-plane/LanguageAnalyzeText/examples/2026-05-15-preview/SuccessfulAbstractiveSummarizationSummaryLengthPromptTaskSubmit.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "SuccessfulAbstractiveSummarizationSummaryLengthPromptTaskSubmit",
44
"parameters": {
55
"Ocp-Apim-Subscription-Key": "{API key}",
6-
"api-version": "2025-11-15-preview",
6+
"api-version": "2026-05-15-preview",
77
"Endpoint": "{Endpoint}",
88
"jobId": "{Job ID}",
99
"body": {
@@ -22,8 +22,7 @@
2222
"kind": "AbstractiveSummarization",
2323
"taskName": "Document Abstractive Summarization Task 1",
2424
"parameters": {
25-
"summaryLength": "medium",
26-
"instruction": "XYZ-code"
25+
"summaryLength": "medium"
2726
}
2827
}
2928
]
@@ -32,7 +31,7 @@
3231
"responses": {
3332
"202": {
3433
"headers": {
35-
"Operation-Location": "{endpoint}/language/analyze-text/jobs/{jobId}?api-version=2025-11-15-preview"
34+
"Operation-Location": "{endpoint}/language/analyze-text/jobs/{jobId}?api-version=2026-05-15-preview"
3635
}
3736
}
3837
}

specification/cognitiveservices/data-plane/LanguageAnalyzeText/examples/2025-11-15-preview/SuccessfulAbstractiveSummarizationTaskResult.json renamed to specification/cognitiveservices/data-plane/LanguageAnalyzeText/examples/2026-05-15-preview/SuccessfulAbstractiveSummarizationTaskResult.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "SuccessfulAbstractiveSummarizationTaskResult",
44
"parameters": {
55
"Ocp-Apim-Subscription-Key": "{API key}",
6-
"api-version": "2025-11-15-preview",
6+
"api-version": "2026-05-15-preview",
77
"Endpoint": "{Endpoint}",
88
"jobId": "c0f2a446-05d9-48fc-ba8f-3ef4af8d0b18"
99
},

specification/cognitiveservices/data-plane/LanguageAnalyzeText/preview/2025-11-15-preview/examples/SuccessfulAbstractiveSummarizationTaskSubmit.json renamed to specification/cognitiveservices/data-plane/LanguageAnalyzeText/examples/2026-05-15-preview/SuccessfulAbstractiveSummarizationTaskSubmit.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "SuccessfulAbstractiveSummarizationTaskSubmit",
44
"parameters": {
55
"Ocp-Apim-Subscription-Key": "{API key}",
6-
"api-version": "2025-11-15-preview",
6+
"api-version": "2026-05-15-preview",
77
"Endpoint": "{Endpoint}",
88
"jobId": "{Job ID}",
99
"body": {
@@ -31,7 +31,7 @@
3131
"responses": {
3232
"202": {
3333
"headers": {
34-
"Operation-Location": "{endpoint}/language/analyze-text/jobs/{jobId}?api-version=2025-11-15-preview"
34+
"Operation-Location": "{endpoint}/language/analyze-text/jobs/{jobId}?api-version=2026-05-15-preview"
3535
}
3636
}
3737
}

specification/cognitiveservices/data-plane/LanguageAnalyzeText/examples/2025-11-15-preview/SuccessfulAnalyzeTextJobsCancelRequest.json renamed to specification/cognitiveservices/data-plane/LanguageAnalyzeText/examples/2026-05-15-preview/SuccessfulAnalyzeTextJobsCancelRequest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "SuccessfulAnalyzeTextJobsCancelRequest",
44
"parameters": {
55
"Ocp-Apim-Subscription-Key": "{API key}",
6-
"api-version": "2025-11-15-preview",
6+
"api-version": "2026-05-15-preview",
77
"Endpoint": "{Endpoint}",
88
"jobId": "c0f2a446-05d9-48fc-ba8f-3ef4af8d0b18"
99
},

specification/cognitiveservices/data-plane/LanguageAnalyzeText/examples/2025-11-15-preview/SuccessfulAnalyzeTextJobsMultipleTaskStatusRequest.json renamed to specification/cognitiveservices/data-plane/LanguageAnalyzeText/examples/2026-05-15-preview/SuccessfulAnalyzeTextJobsMultipleTaskStatusRequest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "SuccessfulAnalyzeTextJobsMultipleTaskStatusRequest",
44
"parameters": {
55
"Ocp-Apim-Subscription-Key": "{API key}",
6-
"api-version": "2025-11-15-preview",
6+
"api-version": "2026-05-15-preview",
77
"Endpoint": "{Endpoint}",
88
"jobId": "c0f2a446-05d9-48fc-ba8f-3ef4af8d0b18"
99
},

specification/cognitiveservices/data-plane/LanguageAnalyzeText/examples/2025-11-15-preview/SuccessfulAnalyzeTextJobsMultipleTaskSubmitRequest.json renamed to specification/cognitiveservices/data-plane/LanguageAnalyzeText/examples/2026-05-15-preview/SuccessfulAnalyzeTextJobsMultipleTaskSubmitRequest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "SuccessfulAnalyzeTextJobsMultipleTaskSubmitRequest",
44
"parameters": {
55
"Ocp-Apim-Subscription-Key": "{API key}",
6-
"api-version": "2025-11-15-preview",
6+
"api-version": "2026-05-15-preview",
77
"Endpoint": "{Endpoint}",
88
"jobId": "{Job ID}",
99
"body": {
@@ -44,7 +44,7 @@
4444
"responses": {
4545
"202": {
4646
"headers": {
47-
"Operation-Location": "{endpoint}/language/analyze-text/jobs/{jobId}?api-version=2025-11-15-preview"
47+
"Operation-Location": "{endpoint}/language/analyze-text/jobs/{jobId}?api-version=2026-05-15-preview"
4848
}
4949
}
5050
}

specification/cognitiveservices/data-plane/LanguageAnalyzeText/preview/2025-11-15-preview/examples/SuccessfulEntityLinkingRequest.json renamed to specification/cognitiveservices/data-plane/LanguageAnalyzeText/examples/2026-05-15-preview/SuccessfulEntityLinkingRequest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "SuccessfulEntityLinkingRequest",
44
"parameters": {
55
"Ocp-Apim-Subscription-Key": "{API key}",
6-
"api-version": "2025-11-15-preview",
6+
"api-version": "2026-05-15-preview",
77
"Endpoint": "{Endpoint}",
88
"body": {
99
"kind": "EntityLinking",

0 commit comments

Comments
 (0)