# Functions
New creates an instance of the ManagementClient client.
NewGroupClient creates an instance of the GroupClient client.
NewListGroupClient creates an instance of the ListGroupClient client.
NewPersonClient creates an instance of the PersonClient client.
NewPersonGroupClient creates an instance of the PersonGroupClient client.
NewWithoutDefaults creates an instance of the ManagementClient client.
UserAgent returns the UserAgent string to use when sending http.Requests.
Version returns the semantic version (see http://semver.org) of the client.
# Constants
Eastus2 specifies the eastus 2 state for azure regions.
Failed specifies the failed state for status.
Female specifies the female state for gender.
Male specifies the male state for gender.
MatchFace specifies the match face state for mode.
MatchPerson specifies the match person state for mode.
NoGlasses specifies the no glasses state for glasses.
Nonstarted specifies the nonstarted state for status.
ReadingGlasses specifies the reading glasses state for glasses.
Running specifies the running state for status.
Southeastasia specifies the southeastasia state for azure regions.
Succeeded specifies the succeeded state for status.
Sunglasses specifies the sunglasses state for glasses.
SwimmingGoggles specifies the swimming goggles state for glasses.
Westcentralus specifies the westcentralus state for azure regions.
Westeurope specifies the westeurope state for azure regions.
Westus specifies the westus state for azure regions.
# Structs
APIError is error information returned by the API.
Attributes is face Attributes.
CreateFaceListRequest is request to create a face list.
CreatePersonGroupRequest is request to create a person group.
CreatePersonRequest is request to create a person object.
CreatePersonResult is result of creating person.
DetectedFace is detected Face object.
EmotionProperties is properties describing facial emotion.
Error is error body.
FacialHairProperties is properties describing facial hair attributes.
FindSimilarRequest is request body for find similar operation.
GetFaceListResult is result of the GetFaceList operation.
GroupClient is the an API for face detection, verification, and identification.
GroupRequest is request body for group request.
GroupResponse is an array of face groups based on face similarity.
HeadPoseProperties is properties indicating head pose of the face.
IdentifyRequest is request body for identify face operation.
IdentifyResultCandidate is all possible faces that may qualify.
IdentifyResultItem is response body for identify face operation.
ImageURL is.
Landmarks is a collection of 27-point face landmarks pointing to the important positions of face components.
ListDetectedFace is.
ListGetFaceListResult is.
ListGroupClient is the an API for face detection, verification, and identification.
ListIdentifyResultItem is.
ListPersonGroupResult is.
ListPersonResult is.
ListSimilarFaceResult is.
ManagementClient is the base client for Face.
PersonClient is the an API for face detection, verification, and identification.
PersonFaceResult is personFace object.
PersonGroupClient is the an API for face detection, verification, and identification.
PersonGroupResult is person group object.
PersonResult is person object.
Position is coordinates within an image.
Rectangle is a rectangle within which a face can be found.
SimilarFaceResult is response body for find similar face operation.
TrainingStatus is training status object.
UpdatePersonFaceDataRequest is request to update person face data.
VerifyRequest is request body for verify operation.
VerifyResult is result of the verify operation.
# Type aliases
AzureRegions enumerates the values for azure regions.
Gender enumerates the values for gender.
Glasses enumerates the values for glasses.
Mode enumerates the values for mode.
Status enumerates the values for status.