Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EncodedVector ¶
EncodedVector for the given encoding, used for searching and looking up faces in elastic search
Types ¶
type FaceDoc ¶
type FaceDoc struct { PostID int `json:"post_id"` X int `json:"x"` Y int `json:"y"` Width int `json:"width"` Height int `json:"height"` EncodingVector string `json:"encoding_vector"` }
FaceDoc is the type that is used to store a face in elasticsearch
type InstaComment ¶
Click to show internal directories.
Click to hide internal directories.