Skip to content

Commit

Permalink
Addressing commets: reorder some keys
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzamo committed Dec 6, 2018
1 parent 0bc8927 commit 49e8819
Showing 1 changed file with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@
"title": "Computer Vision Client",
"description": "The Computer Vision API provides state-of-the-art algorithms to process images and return information. For example, it can be used to determine if an image contains mature content, or it can be used to find all the faces in an image. It also has other features like estimating dominant and accent colors, categorizing the content of images, and describing an image with complete English sentences. Additionally, it can also intelligently generate images thumbnails for displaying large images effectively."
},
"securityDefinitions": {
"apim_key": {
"type": "apiKey",
"name": "Ocp-Apim-Subscription-Key",
"in": "header"
}
},
"security": [
{
"apim_key": []
}
],
"x-ms-parameterized-host": {
"hostTemplate": "{Endpoint}",
"useSchemePrefix": false,
"parameters": [
{
"$ref": "#/parameters/Endpoint"
}
]
},
"host": "westcentralus.api.cognitive.microsoft.com",
"basePath": "/vision/v2.0",
"schemes": [
Expand Down Expand Up @@ -1348,27 +1369,6 @@
"x-ms-parameter-location": "method"
}
},
"securityDefinitions": {
"apim_key": {
"type": "apiKey",
"name": "Ocp-Apim-Subscription-Key",
"in": "header"
}
},
"security": [
{
"apim_key": []
}
],
"x-ms-parameterized-host": {
"hostTemplate": "{Endpoint}",
"useSchemePrefix": false,
"parameters": [
{
"$ref": "#/parameters/Endpoint"
}
]
},
"x-ms-paths": {
"/analyze?overload=stream": {
"post": {
Expand Down

0 comments on commit 49e8819

Please sign in to comment.