Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bing ¶
type Bing struct {
core.Browser
core.SearchEngineOptions
// contains filtered or unexported fields
}
func (*Bing) GetRateLimiter ¶
func (*Bing) SearchImage ¶
SearchImage performs Bing image search and returns results
type BingImageData ¶
type BingImageData struct {
T string `json:"t"` // Title
Desc string `json:"desc"` // Description
IMGURL string `json:"imgurl"` // Original image URL
W int `json:"w"` // Width
H int `json:"h"` // Height
PURL string `json:"purl"` // Page URL
TURL string `json:"turl"` // Thumbnail URL
MURL string `json:"murl"` // Image URL
}
BingImageData represents the JSON structure in the m attribute of image elements
Click to show internal directories.
Click to hide internal directories.