class BingSearch::CompositeSearchResult

Attributes

alteration_override_query[RW]

Query text that forces the original query, preventing any alterations in {#altered_query} @return [String]

altered_query[RW]

The query text after spelling errors have been corrected @return [String]

image[RW]

@return [Array<ImageResult>]

image_offset[RW]

The ordinal of the first image result @return [Integer, nil]

image_total[RW]

The number of image results in the Bing index @return [Integer, nil]

news[RW]

@return [Array<NewsResult>]

news_offset[RW]

The ordinal of the first news result @return [Integer, nil]

news_total[RW]

The number of news results in the Bing index @return [Integer, nil]

spelling_suggestions[RW]

@return [Array<SpellingSuggestionsResult>]

spelling_suggestions_total[RW]

The number of spelling suggestions in the Bing index @return [Integer, nil]

video[RW]

@return [Array<VideoResult>]

video_offset[RW]

The ordinal of the first video result @return [Integer, nil]

video_total[RW]

The number of video results in the Bing index @return [Integer, nil]

web[RW]

@return [Array<WebResult>]

web_offset[RW]

The ordinal of the first web result @return [Integer, nil]

web_total[RW]

The number of web results in the Bing index @return [Integer, nil]