Skip to content

Commit

Permalink
[FaceAPI] Add detection model argument on Detect and AddFace methods (#…
Browse files Browse the repository at this point in the history
…6214)

* [FaceAPI] Add detection model argument on Detect and AddFace methods

* Update detect and detection model-related descriptions

* [FaceAPI] Amend DetectionModel parameter description

* [FaceAPI] Make Add Faces description consistent accross multiple calls

* [FaceAPI] Correct description of PersonGroup Person - Add Face

* [FaceAPI] Remove all mentions of large groups in persongroup description
  • Loading branch information
TFR258 authored and kpajdzik committed Jun 6, 2019
1 parent 10e3a41 commit 2d45351
Show file tree
Hide file tree
Showing 11 changed files with 78 additions and 20 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
100,
100
],
"Image": "{Image stream in base 64 encoded format}"
"Image": "{Image stream in base 64 encoded format}",
"detectionModel": "detection_01"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
100,
100
],
"ImageUrl": "{Image url}"
"ImageUrl": "{Image url}",
"detectionModel": "detection_01"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
100,
100
],
"Image": "{Image stream in base 64 encoded format}"
"Image": "{Image stream in base 64 encoded format}",
"detectionModel": "detection_01"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
100,
100
],
"ImageUrl": "{Image url}"
"ImageUrl": "{Image url}",
"detectionModel": "detection_01"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
100,
100
],
"Image": "{Image stream in base 64 encoded format}"
"Image": "{Image stream in base 64 encoded format}",
"detectionModel": "detection_01"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
100,
100
],
"ImageUrl": "{Image url}"
"ImageUrl": "{Image url}",
"detectionModel": "detection_01"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
100,
100
],
"Image": "{Image stream in base 64 encoded format}"
"Image": "{Image stream in base 64 encoded format}",
"detectionModel": "detection_01"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
100,
100
],
"ImageUrl": "{Image url}"
"ImageUrl": "{Image url}",
"detectionModel": "detection_01"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
],
"Image": "{Image binary in base 64 format}",
"recognitionModel": "recognition_01",
"returnRecognitionModel": true
"returnRecognitionModel": true,
"detectionModel": "detection_01"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
],
"ImageUrl": "{Image Url here}",
"recognitionModel": "recognition_01",
"returnRecognitionModel": true
"returnRecognitionModel": true,
"detectionModel": "detection_01"
},
"responses": {
"200": {
Expand Down

0 comments on commit 2d45351

Please sign in to comment.