Skip to content

Commit

Permalink
Run Prettier script on new examples
Browse files Browse the repository at this point in the history
  • Loading branch information
TFR258 committed Apr 6, 2020
1 parent d65c5f4 commit 6c2e36f
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"Endpoint": "https://westus.api.cognitive.microsoft.com",
"Ocp-Apim-Subscription-Key": "{API key}",
"model": "Celebrities",
"ImageUrl": {"url": "{url}"}
"ImageUrl": {
"url": "{url}"
}
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"Landmarks"
],
"language": "en",
"ImageUrl": {"url": "{url}"}
"ImageUrl": {
"url": "{url}"
}
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"Endpoint": "https://westus.api.cognitive.microsoft.com",
"Ocp-Apim-Subscription-Key": "{API key}",
"maxCandidates": 1,
"ImageUrl": {"url": "{url}"}
"ImageUrl": {
"url": "{url}"
}
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"parameters": {
"Endpoint": "https://westus.api.cognitive.microsoft.com",
"Ocp-Apim-Subscription-Key": "{API key}",
"ImageUrl": {"url": "{url}"}
"ImageUrl": {
"url": "{url}"
}
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"width": "500",
"height": "500",
"smartCropping": true,
"ImageUrl": {"url": "{url}"}
"ImageUrl": {
"url": "{url}"
}
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"parameters": {
"Endpoint": "https://westus.api.cognitive.microsoft.com",
"Ocp-Apim-Subscription-Key": "{API key}",
"ImageUrl": {"url": "{url}"}
"ImageUrl": {
"url": "{url}"
}
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"Endpoint": "{Endpoint}",
"Ocp-Apim-Subscription-Key": "{API key}",
"language": "en",
"ImageUrl": {"url": "{url}"}
"ImageUrl": {
"url": "{url}"
}
},
"responses": {
"202": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"Ocp-Apim-Subscription-Key": "{API key}",
"detectOrientation": "true",
"language": "en",
"ImageUrl": {"url": "{url}"}
"ImageUrl": {
"url": "{url}"
}
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"parameters": {
"Endpoint": "https://westus.api.cognitive.microsoft.com",
"Ocp-Apim-Subscription-Key": "{API key}",
"ImageUrl": {"url": "{url}"}
"ImageUrl": {
"url": "{url}"
}
},
"responses": {
"200": {
Expand Down

0 comments on commit 6c2e36f

Please sign in to comment.