Documentation ¶
Index ¶
- func CreateCSAccount(accountName string, accountKind cognitiveservices.Kind) (*cognitiveservices.Account, error)
- func CustomSearch(accountName string) (customsearch.WebWebAnswer, error)
- func SearchEntities(accountName string) (entitysearch.Entities, error)
- func SearchImages(accountName string) (imagesearch.Images, error)
- func SearchNews(accountName string) (newssearch.News, error)
- func SearchVideos(accountName string) (videosearch.Videos, error)
- func SearchWeb(accountName string) (websearch.WebWebAnswer, error)
- func SpellCheck(accountName string) (spellcheck.SpellCheck, error)
- func TrendingVideos(accountName string) (videosearch.TrendingVideos, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCSAccount ¶
func CreateCSAccount(accountName string, accountKind cognitiveservices.Kind) (*cognitiveservices.Account, error)
CreateCSAccount creates a Cognitive Services account of the specified type
func CustomSearch ¶
func CustomSearch(accountName string) (customsearch.WebWebAnswer, error)
CustomSearch returns answers based on a custom search instance
func SearchEntities ¶
func SearchEntities(accountName string) (entitysearch.Entities, error)
SearchEntities retunrs a list of entities
func SearchImages ¶
func SearchImages(accountName string) (imagesearch.Images, error)
SearchImages returns a list of images
func SearchNews ¶
func SearchNews(accountName string) (newssearch.News, error)
SearchNews returns a list of news
func SearchVideos ¶
func SearchVideos(accountName string) (videosearch.Videos, error)
SearchVideos returns a list of videos
func SearchWeb ¶
func SearchWeb(accountName string) (websearch.WebWebAnswer, error)
SearchWeb returns a web answer contains a list of web pages
func SpellCheck ¶
func SpellCheck(accountName string) (spellcheck.SpellCheck, error)
SpellCheck spell checks the given input
func TrendingVideos ¶
func TrendingVideos(accountName string) (videosearch.TrendingVideos, error)
TrendingVideos returns the videos that are trending
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.