FaceClient Class

An API for face detection, verification, and identification.

Inheritance
msrest.service_client.SDKClient
FaceClient

Constructor

FaceClient(endpoint, credentials)

Parameters

Name Description
endpoint
Required
str

Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com).

credentials
Required

Subscription credentials which uniquely identify client subscription.

Variables

Name Description
config

Configuration for client.

face

Face operations

person_group_person

PersonGroupPerson operations

person_group

PersonGroup operations

face_list

FaceList operations

large_person_group_person

LargePersonGroupPerson operations

large_person_group

LargePersonGroup operations

large_face_list

LargeFaceList operations

snapshot

Snapshot operations

Methods

close

Close the client if keep_alive is True.

close

Close the client if keep_alive is True.

close() -> None