|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BingResult | |
---|---|
bing.common | |
bing.responses | |
bing.results |
Uses of BingResult in bing.common |
---|
Subclasses of BingResult in bing.common | |
---|---|
class |
DeepLink
A deep link for a search item. |
class |
DeepLinkArray
An array of DeepLinks. |
class |
NewsArticleArray
An array of NewsArticles. |
class |
NewsCollection
A NewsCollection, has an array of NewsArticles in it. |
class |
NewsCollectionArray
An array of NewsCollection. |
class |
RelatedSearchArray
An array of RelatedSearch. |
class |
SearchTag
A search tag for a search item. |
class |
SearchTagArray
An array of SearchTags. |
class |
Thumbnail
Thumbnail for a static image. |
Uses of BingResult in bing.responses |
---|
Methods in bing.responses that return BingResult | |
---|---|
BingResult[] |
BingResponse.results()
Get the results that this Response object holds. |
BingResult[] |
BingBundleResponse.results()
Because this is a bundle response it does not return BingResults, it returns BingResponses. |
Methods in bing.responses with parameters of type BingResult | |
---|---|
void |
BingResponse.addResult(BingResult result)
Add a single result to this reponse. |
Uses of BingResult in bing.results |
---|
Subclasses of BingResult in bing.results | |
---|---|
class |
BingAdResult
Represents an individual ad result. |
class |
BingError
Represents error that was returned by the Bing service. |
class |
BingImageResult
Represents an individual image result. |
class |
BingInstantAnswerResult
Represents an individual instant answer result. |
class |
BingMobileWebResult
Represents an individual mobile web result. |
class |
BingNewsResult
Represents an individual news result. |
class |
BingPhonebookResult
Represents an individual phonebook result. |
class |
BingRelatedSearchResult
A related search for a search. |
class |
BingSpellResult
Represents an individual spell result. |
class |
BingTranslationResult
A translation for a search. |
class |
BingVideoResult
Represents an individual video result. |
class |
BingWebResult
Represents an individual web result. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |