Versions in this module Expand all Collapse all v1 v1.0.1 Jan 21, 2021 v1.0.0 Jan 21, 2021 Changes in this version + const FACE_MATCH_URL + type FaceClient struct + func NewFaceClient(key, secret string) *FaceClient + func (fc *FaceClient) DetectAndAnalysis(image *vision.Image, options map[string]interface{}) (*FaceResponse, error) + func (fc FaceClient) Identify(img *vision.Image, groupID []string, options map[string]interface{}) (*IdentifyResponse, error) + func (fc FaceClient) Match(img1, img2 *vision.Image, options map[string]interface{}) (*FaceResponse, error) + func (fc FaceClient) MultiVerify(image vision.Image, groupIDs []string, options map[string]interface{}) (*MultiVerifyResponse, error) + func (fc FaceClient) PersonVerify(image, idCardNumber, name string, options map[string]string) (*PersonVerifyResponse, error) + func (fc FaceClient) Verify(img *vision.Image, uid string, groupID string, options map[string]interface{}) (*VerifyResponse, error) + type FaceResponse struct + type IdentifyResponse struct + type MultiVerifyResponse struct + type PersonVerifyResponse struct + type VerifyResponse struct