import "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/localsearch/localsearchapi"
type LocalClientAPI interface { Search(ctx context.Context, query string, acceptLanguage string, pragma string, userAgent string, clientID string, clientIP string, location string, countryCode string, market string, localCategories string, localCircularView string, localMapView string, count string, first string, responseFormat []localsearch.ResponseFormat, safeSearch localsearch.SafeSearch, setLang string) (result localsearch.SearchResponse, err error) }
LocalClientAPI contains the set of methods on the LocalClient type.
Package localsearchapi imports 2 packages (graph). Updated 2018-12-22. Refresh now. Tools for package owners.