Skip to content

Commit

Permalink
Add "unk" value for "OcrSkillLanguage"
Browse files Browse the repository at this point in the history
The "unk" value is required for the OcrSkill to auto-detect the language.
  • Loading branch information
tiantun authored Oct 4, 2021
1 parent 780a637 commit 4bdc82c
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8574,7 +8574,8 @@
"ro",
"sr-Cyrl",
"sr-Latn",
"sk"
"sk",
"unk"
],
"x-ms-enum": {
"name": "OcrSkillLanguage",
Expand Down Expand Up @@ -8683,6 +8684,10 @@
{
"value": "sk",
"description": "Slovak"
},
{
"value": "unk",
"description": "Unknown"
}
]
},
Expand Down

0 comments on commit 4bdc82c

Please sign in to comment.