POST api/{apiVersion}/LiveAuth/FaceMatchAndFaceAttributes
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
FaceMatchAndFaceAttributesRequestName | Description | Type | Additional information |
---|---|---|---|
transId | string |
None. |
|
clientInfo | string |
None. |
|
firstFaceBase64 | string |
None. |
|
otherFacesBase64 | Collection of string |
None. |
|
thresholdOption | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "transId": "sample string 1", "clientInfo": "sample string 2", "firstFaceBase64": "sample string 3", "otherFacesBase64": [ "sample string 1", "sample string 2" ], "thresholdOption": 4 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.