Share via


VerifyFaceToFace interface

Methods

post(VerifyFaceToFaceParameters)

Note

    • Higher face image quality means better identification precision. Please consider high-quality faces: frontal, clear, and face size is 200x200 pixels (100 pixels between eyes) or bigger.
    • For the scenarios that are sensitive to accuracy please make your own judgment.
    • The 'recognitionModel' associated with the both faces should be the same.
post(VerifyFromLargePersonGroupParameters)

Note

    • Higher face image quality means better identification precision. Please consider high-quality faces: frontal, clear, and face size is 200x200 pixels (100 pixels between eyes) or bigger.
    • For the scenarios that are sensitive to accuracy please make your own judgment.
    • The 'recognitionModel' associated with the query face should be the same as the 'recognitionModel' used by the Large Person Group.
post(VerifyFromPersonDirectoryParameters)

Note

    • Higher face image quality means better identification precision. Please consider high-quality faces: frontal, clear, and face size is 200x200 pixels (100 pixels between eyes) or bigger.
    • For the scenarios that are sensitive to accuracy please make your own judgment.
    • The Verify operation can only match faces obtained with the same recognition model, that is associated with the query face.
post(VerifyFromPersonGroupParameters)

Note

    • Higher face image quality means better identification precision. Please consider high-quality faces: frontal, clear, and face size is 200x200 pixels (100 pixels between eyes) or bigger.
    • For the scenarios that are sensitive to accuracy please make your own judgment.
    • The 'recognitionModel' associated with the query face should be the same as the 'recognitionModel' used by the Person Group.

Method Details

post(VerifyFaceToFaceParameters)

Note

    • Higher face image quality means better identification precision. Please consider high-quality faces: frontal, clear, and face size is 200x200 pixels (100 pixels between eyes) or bigger.
    • For the scenarios that are sensitive to accuracy please make your own judgment.
    • The 'recognitionModel' associated with the both faces should be the same.
function post(options: VerifyFaceToFaceParameters): StreamableMethod<VerifyFaceToFace200Response | VerifyFaceToFaceDefaultResponse>

Parameters

Returns

post(VerifyFromLargePersonGroupParameters)

Note

    • Higher face image quality means better identification precision. Please consider high-quality faces: frontal, clear, and face size is 200x200 pixels (100 pixels between eyes) or bigger.
    • For the scenarios that are sensitive to accuracy please make your own judgment.
    • The 'recognitionModel' associated with the query face should be the same as the 'recognitionModel' used by the Large Person Group.
function post(options: VerifyFromLargePersonGroupParameters): StreamableMethod<VerifyFromLargePersonGroup200Response | VerifyFromLargePersonGroupDefaultResponse>

Parameters

Returns

post(VerifyFromPersonDirectoryParameters)

Note

    • Higher face image quality means better identification precision. Please consider high-quality faces: frontal, clear, and face size is 200x200 pixels (100 pixels between eyes) or bigger.
    • For the scenarios that are sensitive to accuracy please make your own judgment.
    • The Verify operation can only match faces obtained with the same recognition model, that is associated with the query face.
function post(options: VerifyFromPersonDirectoryParameters): StreamableMethod<VerifyFromPersonDirectory200Response | VerifyFromPersonDirectoryDefaultResponse>

Parameters

Returns

post(VerifyFromPersonGroupParameters)

Note

    • Higher face image quality means better identification precision. Please consider high-quality faces: frontal, clear, and face size is 200x200 pixels (100 pixels between eyes) or bigger.
    • For the scenarios that are sensitive to accuracy please make your own judgment.
    • The 'recognitionModel' associated with the query face should be the same as the 'recognitionModel' used by the Person Group.
function post(options: VerifyFromPersonGroupParameters): StreamableMethod<VerifyFromPersonGroup200Response | VerifyFromPersonGroupDefaultResponse>

Parameters

Returns