Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FaceDetect ¶ added in v0.1.3
type FaceDetect struct {
// contains filtered or unexported fields
}
FaceDetect is a http client for the face detection service
func (*FaceDetect) DetectFaces ¶ added in v0.1.3
func (h *FaceDetect) DetectFaces(r io.Reader) (*Response, error)
DetectFaces sends a request to the face detection service
type MockClient ¶
MockClient is mock implementation of the Client interface
func (*MockClient) DetectFaces ¶
func (m *MockClient) DetectFaces(r io.Reader) (*Response, error)
DetectFaces is a mock implementation of the interface method
Click to show internal directories.
Click to hide internal directories.