...

Package entitysearchapi

import "github.com/Azure/azure-sdk-for-go/services/cognitiveservices/v1.0/entitysearch/entitysearchapi"
Overview
Index

Overview ▾

Index ▾

Package files

interfaces.go

type EntitiesClientAPI

EntitiesClientAPI contains the set of methods on the EntitiesClient type.

type EntitiesClientAPI interface {
    Search(ctx context.Context, query string, acceptLanguage string, pragma string, userAgent string, clientID string, clientIP string, location string, countryCode string, market string, responseFilter []entitysearch.AnswerType, responseFormat []entitysearch.ResponseFormat, safeSearch entitysearch.SafeSearch, setLang string) (result entitysearch.SearchResponse, err error)
}