Skip to content

Commit

Permalink
Adding change to support OcrSkillLanguage value of "unk" (Azure#16279)
Browse files Browse the repository at this point in the history
* Adding change to support OcrSkillLanguage value of "unk"

* Adding clarification about OcrSkillLanguage unk value.
  • Loading branch information
gmndrg authored Oct 6, 2021
1 parent 282f8b7 commit 0a2fe04
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. If the language is explicitly set to \"unk\", the language will be auto-detected."
}
]
},
Expand Down

0 comments on commit 0a2fe04

Please sign in to comment.