Skip to content

Commit

Permalink
[Face] Fix invalid json response (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShyykoSerhiy authored and huxuan committed Mar 19, 2017
1 parent 0b7ee43 commit 2558f27
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion Content/en-us/Face/QuickStarts/CSharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ A successful response will be returned in JSON. Following is an example of a suc
"mustache": 0.8,
"beard": 0.1,
"sideburns": 0.02
}
},
"glasses": "sunglasses",
"headPose": {
Expand Down
1 change: 0 additions & 1 deletion Content/en-us/Face/QuickStarts/Java.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ A successful response will be returned in JSON. The following is an example of a
"mustache": 0.8,
"beard": 0.1,
"sideburns": 0.02
}
},
"glasses": "sunglasses",
"headPose": {
Expand Down
1 change: 0 additions & 1 deletion Content/en-us/Face/QuickStarts/JavaScript.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ A successful response will be returned in JSON. Following is an example of a suc
"mustache": 0.8,
"beard": 0.1,
"sideburns": 0.02
}
},
"glasses": "sunglasses",
"headPose": {
Expand Down
1 change: 0 additions & 1 deletion Content/en-us/Face/QuickStarts/PHP.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ A successful response will be returned in JSON. Following is an example of a suc
"mustache": 0.8,
"beard": 0.1,
"sideburns": 0.02
}
},
"glasses": "sunglasses",
"headPose": {
Expand Down
1 change: 0 additions & 1 deletion Content/en-us/Face/QuickStarts/Python.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ A successful response will be returned in JSON. Following is an example of a suc
"mustache": 0.8,
"beard": 0.1,
"sideburns": 0.02
}
},
"glasses": "sunglasses",
"headPose": {
Expand Down
1 change: 0 additions & 1 deletion Content/en-us/Face/QuickStarts/Ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ A successful response will be returned in JSON. Following is an example of a suc
"mustache": 0.8,
"beard": 0.1,
"sideburns": 0.02
}
},
"glasses": "sunglasses",
"headPose": {
Expand Down
1 change: 0 additions & 1 deletion Content/en-us/Face/QuickStarts/curl.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ A successful response will be returned in JSON. Following is an example of a suc
"mustache": 0.8,
"beard": 0.1,
"sideburns": 0.02
}
},
"glasses": "sunglasses",
"headPose": {
Expand Down

0 comments on commit 2558f27

Please sign in to comment.