Documentation
¶
Index ¶
- type Store
- func (c *Store) GetAllFaces() ([]*gildasai.FaceItem, error)
- func (c *Store) GetFaceDistance(item1, item2 *gildasai.FaceItem) (float32, bool, error)
- func (c *Store) GetFaces(id string) ([]*gildasai.FaceItem, bool, error)
- func (c *Store) GetPrediction(id string) (*gildasai.PredictionItem, bool, error)
- func (c *Store) SearchPrediction(query, after string, n int) ([]*gildasai.PredictionItem, error)
- func (c *Store) StoreFace(item *gildasai.FaceItem) error
- func (c *Store) StoreFaceDistance(item1, item2 *gildasai.FaceItem, distance float32) error
- func (c *Store) StorePrediction(id string, item *gildasai.PredictionItem) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
func (*Store) GetFaceDistance ¶
func (*Store) GetPrediction ¶
func (*Store) SearchPrediction ¶
func (*Store) StoreFaceDistance ¶
func (*Store) StorePrediction ¶
func (c *Store) StorePrediction(id string, item *gildasai.PredictionItem) error
Click to show internal directories.
Click to hide internal directories.