Skip to content

Commit

Permalink
Updated swagger doc in stable with changes to ImageAnalysis skill (ne…
Browse files Browse the repository at this point in the history
…w languages and visual features) (Azure#8371)
  • Loading branch information
jennifermarsman authored and 00Kai0 committed Oct 12, 2020
1 parent 7d6ff1e commit 5e66b5a
Showing 1 changed file with 20 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5317,12 +5317,15 @@
"VisualFeature": {
"type": "string",
"enum": [
"adult",
"brands",
"categories",
"tags",
"color",
"description",
"faces",
"imageType",
"color"
"objects",
"tags"
],
"x-ms-enum": {
"name": "VisualFeature",
Expand Down Expand Up @@ -6205,6 +6208,9 @@
"type": "string",
"enum": [
"en",
"es",
"ja",
"pt",
"zh"
],
"x-ms-enum": {
Expand All @@ -6215,6 +6221,18 @@
"value": "en",
"description": "English"
},
{
"value": "es",
"description": "Spanish"
},
{
"value": "ja",
"description": "Japanese"
},
{
"value": "pt",
"description": "Portuguese"
},
{
"value": "zh",
"description": "Chinese"
Expand Down

0 comments on commit 5e66b5a

Please sign in to comment.