Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct { // code Code int64 `json:"code,omitempty"` // message // Required: true Message *string `json:"message"` }
Error error
swagger:model error
func (*Error) MarshalBinary ¶
MarshalBinary interface implementation
func (*Error) UnmarshalBinary ¶
UnmarshalBinary interface implementation
type Face ¶
type Face struct { // bounds Bounds *Rect `json:"bounds,omitempty"` // left eye LeftEye *Point `json:"left_eye,omitempty"` // mouth Mouth *Point `json:"mouth,omitempty"` // right eye RightEye *Point `json:"right_eye,omitempty"` }
Face face
swagger:model Face
func (*Face) MarshalBinary ¶
MarshalBinary interface implementation
func (*Face) UnmarshalBinary ¶
UnmarshalBinary interface implementation
type Point ¶
Point point
swagger:model Point
func (*Point) MarshalBinary ¶
MarshalBinary interface implementation
func (*Point) UnmarshalBinary ¶
UnmarshalBinary interface implementation
type Rect ¶
type Rect struct { // height Height int64 `json:"height,omitempty"` // width Width int64 `json:"width,omitempty"` // x X int64 `json:"x,omitempty"` // y Y int64 `json:"y,omitempty"` }
Rect rect
swagger:model Rect
func (*Rect) MarshalBinary ¶
MarshalBinary interface implementation
func (*Rect) UnmarshalBinary ¶
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.