Versions in this module Expand all Collapse all v1 v1.0.1 Feb 7, 2022 Changes in this version + var ClassifyError = func(code int) Error + var CounterError = func(code int) Error + var HairMattingError = func(code int) Error + var TrainingError = func(code int) Error v1.0.0 Nov 11, 2021 Changes in this version + var AlignFaceError = func(code int) Error + var DetectFaceError = func(code int) Error + var DetectHandError = func(code int) Error + var DetectHeadPoseError = func(code int) Error + var DetectPoseError = func(code int) Error + var FaceLandmarkError = func(code int) Error + var LoadModelError = func(code int) Error + var RealsrError = func(code int) Error + var RecognizeFaceError = func(code int) Error + var TrackFaceError = func(code int) Error + var TrackerError = func(code int) Error + type Error struct + Code int + Message string + func (e Error) Error() string