ImagesClientAPI contains the set of methods on the ImagesClient type.
type ImagesClientAPI interface { VisualSearch(ctx context.Context, acceptLanguage string, contentType string, userAgent string, clientID string, clientIP string, location string, market string, safeSearch visualsearch.SafeSearch, setLang string, knowledgeRequest string, imageParameter io.ReadCloser) (result visualsearch.ImageKnowledge, err error) }