Skip to content

Commit

Permalink
add json schema for STT API v 3.2 transcription result (#2484)
Browse files Browse the repository at this point in the history
  • Loading branch information
chlandsi authored Jul 10, 2024
1 parent 4c4f8ea commit 234b4f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions samples/batch/transcriptionresult_v3_2.schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://speech.microsoft.com/transcriptionresult_v3_2.schema.json",
"title": "Transcription result",
"allOf": [{ "$ref": "https://speech.microsoft.com/transcriptionresult_v3_1.schema.json" }]
}

0 comments on commit 234b4f3

Please sign in to comment.