Detective module provides functions for face detection with a Generic Server behavior.
create_collection(String.t) :: {:ok, String.t} | {:error, map}
enroll(list, String.t) :: {:ok, String.t} | {:error, map}
identity(binary, String.t) :: {:ok, String.t} | {:error, map}
match?(binary, String.t) :: {:ok, String.t} | {:error, map}
train(String.t) :: {:ok, String.t} | {:error, map}
update(list, String.t) :: {:ok, String.t} | {:error, map}
update_collection(String.t, String.t) :: {:ok, String.t} | {:error, map}