...

Package visualsearchapi

import "github.com/Azure/azure-sdk-for-go/services/preview/cognitiveservices/v1.0/visualsearch/visualsearchapi"
Overview
Index

Overview ▾

Index ▾

Package files

interfaces.go

type ImagesClientAPI

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)
}