Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Finalized api changes for GA
  • Loading branch information
bexxx committed May 16, 2024
commit 4e21d2d66793305f2a06003b7e508b4a1d4b79de
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@
"tokenSubstitutionCount1": 6,
"tokenDeletionCount1": 0,
"tokenInsertionCount1": 0,
"tokenErrors1": {
"punctuation": {
"numberOfEdits": 2,
"percentageOfAllEdits": 0.66
},
"capitalization": {
"numberOfEdits": 1,
"percentageOfAllEdits": 0.33
}
},
"wordErrorRate2": 0.065,
"sentenceErrorRate2": 0.375,
"tokenErrorRate2": 0.125,
Expand All @@ -71,13 +81,35 @@
"correctTokenCount2": 42,
"tokenSubstitutionCount2": 6,
"tokenDeletionCount2": 0,
"tokenInsertionCount2": 0
"tokenInsertionCount2": 0,
"tokenErrors2": {
"punctuation": {
"numberOfEdits": 208,
"percentageOfAllEdits": 1.22
},
"capitalization": {
"numberOfEdits": 126,
"percentageOfAllEdits": 0.74
},
"inverseTextNormalization": {
"numberOfEdits": 409,
"percentageOfAllEdits": 2.4
},
"lexical": {
"numberOfEdits": 16284,
"percentageOfAllEdits": 95.41
},
"others": {
"numberOfEdits": 41,
"percentageOfAllEdits": 0.24
}
}
},
"lastActionDateTime": "2019-01-07T11:36:07Z",
"status": "Succeeded",
"createdDateTime": "2019-01-07T11:34:12Z",
"locale": "en-US",
"displayName": "Evalution of one model against another model"
"displayName": "Evaluation of one model against another model"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
],
"links": {
"manifest": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/manifest/827712a5-f942-4997-91c3-7c6cde35600b",
"copyTo": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2/models/827712a5-f942-4997-91c3-7c6cde35600b:copyto",
"copy": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2/models/827712a5-f942-4997-91c3-7c6cde35600b:copy",
"files": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2/models/827712a5-f942-4997-91c3-7c6cde35600b/files"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Ocp-Apim-Subscription-Key": "{API Key}",
"model": {
"baseModel": {
"self": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.1/models/base/8a043172-65b7-4cf3-a8b5-4449efa5a0f1"
"self": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2/models/base/8a043172-65b7-4cf3-a8b5-4449efa5a0f1"
},
"datasets": [
{
Expand All @@ -28,9 +28,9 @@
"Location": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2/models/827712a5-f942-4997-91c3-7c6cde35600b"
},
"body": {
"self": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.1/models/827712a5-f942-4997-91c3-7c6cde35600b",
"self": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2/models/827712a5-f942-4997-91c3-7c6cde35600b",
"baseModel": {
"self": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.1/models/base/8a043172-65b7-4cf3-a8b5-4449efa5a0f1"
"self": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2/models/base/8a043172-65b7-4cf3-a8b5-4449efa5a0f1"
},
"datasets": [
{
Expand All @@ -39,7 +39,6 @@
],
"links": {
"manifest": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/manifest/827712a5-f942-4997-91c3-7c6cde35600b",
"copyTo": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2/models/827712a5-f942-4997-91c3-7c6cde35600b:copyto",
"copy": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2/models/827712a5-f942-4997-91c3-7c6cde35600b:copy",
"files": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2/models/827712a5-f942-4997-91c3-7c6cde35600b/files"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@
"tokenSubstitutionCount1": 6,
"tokenDeletionCount1": 0,
"tokenInsertionCount1": 0,
"tokenErrors1": {
"punctuation": {
"numberOfEdits": 2,
"percentageOfAllEdits": 0.66
},
"capitalization": {
"numberOfEdits": 1,
"percentageOfAllEdits": 0.33
}
},
"wordErrorRate2": 0.065,
"sentenceErrorRate2": 0.375,
"tokenErrorRate2": 0.125,
Expand All @@ -55,13 +65,35 @@
"correctTokenCount2": 42,
"tokenSubstitutionCount2": 6,
"tokenDeletionCount2": 0,
"tokenInsertionCount2": 0
"tokenInsertionCount2": 0,
"tokenErrors2": {
"punctuation": {
"numberOfEdits": 208,
"percentageOfAllEdits": 1.22
},
"capitalization": {
"numberOfEdits": 126,
"percentageOfAllEdits": 0.74
},
"inverseTextNormalization": {
"numberOfEdits": 409,
"percentageOfAllEdits": 2.4
},
"lexical": {
"numberOfEdits": 16284,
"percentageOfAllEdits": 95.41
},
"others": {
"numberOfEdits": 41,
"percentageOfAllEdits": 0.24
}
}
},
"lastActionDateTime": "2019-01-07T11:36:07Z",
"status": "Succeeded",
"createdDateTime": "2019-01-07T11:34:12Z",
"locale": "en-US",
"displayName": "Evalution of one model against another model"
"displayName": "Evaluation of one model against another model"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@
"tokenSubstitutionCount1": 6,
"tokenDeletionCount1": 0,
"tokenInsertionCount1": 0,
"tokenErrors1": {
"punctuation": {
"numberOfEdits": 2,
"percentageOfAllEdits": 0.66
},
"capitalization": {
"numberOfEdits": 1,
"percentageOfAllEdits": 0.33
}
},
"wordErrorRate2": 0.065,
"sentenceErrorRate2": 0.375,
"tokenErrorRate2": 0.125,
Expand All @@ -58,13 +68,35 @@
"correctTokenCount2": 42,
"tokenSubstitutionCount2": 6,
"tokenDeletionCount2": 0,
"tokenInsertionCount2": 0
"tokenInsertionCount2": 0,
"tokenErrors2": {
"punctuation": {
"numberOfEdits": 208,
"percentageOfAllEdits": 1.22
},
"capitalization": {
"numberOfEdits": 126,
"percentageOfAllEdits": 0.74
},
"inverseTextNormalization": {
"numberOfEdits": 409,
"percentageOfAllEdits": 2.4
},
"lexical": {
"numberOfEdits": 16284,
"percentageOfAllEdits": 95.41
},
"others": {
"numberOfEdits": 41,
"percentageOfAllEdits": 0.24
}
}
},
"lastActionDateTime": "2019-01-07T11:36:07Z",
"status": "Succeeded",
"createdDateTime": "2019-01-07T11:34:12Z",
"locale": "en-US",
"displayName": "Evalution of one model against another model"
"displayName": "Evaluation of one model against another model"
},
{
"self": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2/evaluations/daaa45a7-38f0-4918-87d2-bf55fec32ac5",
Expand Down Expand Up @@ -101,6 +133,16 @@
"tokenSubstitutionCount1": 6,
"tokenDeletionCount1": 0,
"tokenInsertionCount1": 0,
"tokenErrors1": {
"punctuation": {
"numberOfEdits": 2,
"percentageOfAllEdits": 0.66
},
"capitalization": {
"numberOfEdits": 1,
"percentageOfAllEdits": 0.33
}
},
"wordErrorRate2": 0.065,
"sentenceErrorRate2": 0.375,
"tokenErrorRate2": 0.125,
Expand All @@ -114,13 +156,35 @@
"correctTokenCount2": 42,
"tokenSubstitutionCount2": 6,
"tokenDeletionCount2": 0,
"tokenInsertionCount2": 0
"tokenInsertionCount2": 0,
"tokenErrors2": {
"punctuation": {
"numberOfEdits": 208,
"percentageOfAllEdits": 1.22
},
"capitalization": {
"numberOfEdits": 126,
"percentageOfAllEdits": 0.74
},
"inverseTextNormalization": {
"numberOfEdits": 409,
"percentageOfAllEdits": 2.4
},
"lexical": {
"numberOfEdits": 16284,
"percentageOfAllEdits": 95.41
},
"others": {
"numberOfEdits": 41,
"percentageOfAllEdits": 0.24
}
}
},
"lastActionDateTime": "2019-01-07T11:36:07Z",
"status": "Succeeded",
"createdDateTime": "2019-01-07T11:34:12Z",
"locale": "en-US",
"displayName": "Evalution of one model against another model"
"displayName": "Evaluation of one model against another model"
}
],
"@nextLink": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2/evaluations/1c50ce42-6ab7-454f-8c39-54a752d1a5b6/files?skip=2&top=2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"status": "Succeeded",
"createdDateTime": "2019-01-07T11:34:12Z",
"locale": "en-US",
"displayName": "Evalution of one model against another model"
"displayName": "Evaluation of one model against another model"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
],
"links": {
"manifest": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/manifest/827712a5-f942-4997-91c3-7c6cde35600b",
"copyTo": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2/models/827712a5-f942-4997-91c3-7c6cde35600b:copyto",
"copy": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2/models/827712a5-f942-4997-91c3-7c6cde35600b:copy",
"files": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2/models/827712a5-f942-4997-91c3-7c6cde35600b/files"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"200": {
"headers": {},
"body": {
"self": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.1/models/827712a5-f942-4997-91c3-7c6cde35600b",
"self": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2/models/827712a5-f942-4997-91c3-7c6cde35600b",
"baseModel": {
"self": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.1/models/base/8a043172-65b7-4cf3-a8b5-4449efa5a0f1"
"self": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2/models/base/8a043172-65b7-4cf3-a8b5-4449efa5a0f1"
},
"datasets": [
{
Expand All @@ -19,7 +19,6 @@
],
"links": {
"manifest": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2/endpoints/manifest/827712a5-f942-4997-91c3-7c6cde35600b",
"copyTo": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2/models/827712a5-f942-4997-91c3-7c6cde35600b:copyto",
"copy": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2/models/827712a5-f942-4997-91c3-7c6cde35600b:copy",
"files": "https://westus.api.cognitive.microsoft.com/speechtotext/v3.2/models/827712a5-f942-4997-91c3-7c6cde35600b/files"
},
Expand Down
Loading