customsearch  v1
Classes | Properties | List of all members
Google.Apis.Customsearch.v1.Data.Result Class Reference

A custom search result. More...

Inheritance diagram for Google.Apis.Customsearch.v1.Data.Result:
Google::Apis::Requests::IDirectResponseSchema

Classes

class  ImageData
 Image belonging to a custom search result. More...
 
class  LabelsData
 Refinement label associated with a custom search result. More...
 

Properties

virtual string CacheId [get, set]
 Indicates the ID of Google's cached version of the search result. More...
 
virtual string DisplayLink [get, set]
 An abridged version of this search result’s URL, e.g. www.example.com. More...
 
virtual string FileFormat [get, set]
 The file format of the search result. More...
 
virtual string FormattedUrl [get, set]
 The URL displayed after the snippet for each search result. More...
 
virtual string HtmlFormattedUrl [get, set]
 The HTML-formatted URL displayed after the snippet for each search result. More...
 
virtual string HtmlSnippet [get, set]
 The snippet of the search result, in HTML. More...
 
virtual string HtmlTitle [get, set]
 The title of the search result, in HTML. More...
 
virtual Result.ImageData Image [get, set]
 Image belonging to a custom search result. More...
 
virtual string Kind [get, set]
 A unique identifier for the type of current object. For this API, it is customsearch::result. More...
 
virtual System.Collections.Generic.IList< Result.LabelsDataLabels [get, set]
 Encapsulates all information about refinement labels. More...
 
virtual string Link [get, set]
 The full URL to which the search result is pointing, e.g. http://www.example.com/foo/bar. More...
 
virtual string Mime [get, set]
 The MIME type of the search result. More...
 
virtual System.Collections.Generic.IDictionary< string, object > Pagemap [get, set]
 Contains PageMap information for this search result. More...
 
virtual string Snippet [get, set]
 The snippet of the search result, in plain text. More...
 
virtual string Title [get, set]
 The title of the search result, in plain text. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

A custom search result.

Property Documentation

◆ CacheId

virtual string Google.Apis.Customsearch.v1.Data.Result.CacheId
getset

Indicates the ID of Google's cached version of the search result.

◆ DisplayLink

virtual string Google.Apis.Customsearch.v1.Data.Result.DisplayLink
getset

An abridged version of this search result’s URL, e.g. www.example.com.

◆ ETag

virtual string Google.Apis.Customsearch.v1.Data.Result.ETag
getset

The ETag of the item.

◆ FileFormat

virtual string Google.Apis.Customsearch.v1.Data.Result.FileFormat
getset

The file format of the search result.

◆ FormattedUrl

virtual string Google.Apis.Customsearch.v1.Data.Result.FormattedUrl
getset

The URL displayed after the snippet for each search result.

◆ HtmlFormattedUrl

virtual string Google.Apis.Customsearch.v1.Data.Result.HtmlFormattedUrl
getset

The HTML-formatted URL displayed after the snippet for each search result.

◆ HtmlSnippet

virtual string Google.Apis.Customsearch.v1.Data.Result.HtmlSnippet
getset

The snippet of the search result, in HTML.

◆ HtmlTitle

virtual string Google.Apis.Customsearch.v1.Data.Result.HtmlTitle
getset

The title of the search result, in HTML.

◆ Image

virtual Result.ImageData Google.Apis.Customsearch.v1.Data.Result.Image
getset

Image belonging to a custom search result.

◆ Kind

virtual string Google.Apis.Customsearch.v1.Data.Result.Kind
getset

A unique identifier for the type of current object. For this API, it is customsearch::result.

◆ Labels

virtual System.Collections.Generic.IList<Result.LabelsData> Google.Apis.Customsearch.v1.Data.Result.Labels
getset

Encapsulates all information about refinement labels.

◆ Link

virtual string Google.Apis.Customsearch.v1.Data.Result.Link
getset

The full URL to which the search result is pointing, e.g. http://www.example.com/foo/bar.

◆ Mime

virtual string Google.Apis.Customsearch.v1.Data.Result.Mime
getset

The MIME type of the search result.

◆ Pagemap

virtual System.Collections.Generic.IDictionary<string,object> Google.Apis.Customsearch.v1.Data.Result.Pagemap
getset

Contains PageMap information for this search result.

◆ Snippet

virtual string Google.Apis.Customsearch.v1.Data.Result.Snippet
getset

The snippet of the search result, in plain text.

◆ Title

virtual string Google.Apis.Customsearch.v1.Data.Result.Title
getset

The title of the search result, in plain text.


The documentation for this class was generated from the following file: