Skip to content

Commit 9705e5d

Browse files
gmndrgLeiWang3
authored andcommitted
Adding change to support OcrSkillLanguage value of "unk" (Azure#16279)
* Adding change to support OcrSkillLanguage value of "unk" * Adding clarification about OcrSkillLanguage unk value.
1 parent 42e9197 commit 9705e5d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

specification/search/data-plane/Azure.Search/preview/2020-06-30-Preview/searchservice.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8574,7 +8574,8 @@
85748574
"ro",
85758575
"sr-Cyrl",
85768576
"sr-Latn",
8577-
"sk"
8577+
"sk",
8578+
"unk"
85788579
],
85798580
"x-ms-enum": {
85808581
"name": "OcrSkillLanguage",
@@ -8683,6 +8684,10 @@
86838684
{
86848685
"value": "sk",
86858686
"description": "Slovak"
8687+
},
8688+
{
8689+
"value": "unk",
8690+
"description": "Unknown. If the language is explicitly set to \"unk\", the language will be auto-detected."
86868691
}
86878692
]
86888693
},

0 commit comments

Comments
 (0)