Versions in this module Expand all Collapse all v0 v0.0.1 Jul 10, 2026 v0.0.0 Jul 10, 2026 Changes in this version + type DeepFaceClient struct + BaseURL string + func NewClient(baseURL string) *DeepFaceClient + func (c *DeepFaceClient) Analyze(imgPath string, actions []string) error + func (c *DeepFaceClient) Represent(modelName, imgPath string) error + func (c *DeepFaceClient) Verify(img1Path, img2Path, modelName, detector, metric string) error