Show / Hide Table of Contents

Class Result.ImageData

Image belonging to a custom search result.

Inheritance
object
Result.ImageData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomSearchAPI.v1.Data
Assembly: Google.Apis.CustomSearchAPI.v1.dll
Syntax
public class Result.ImageData

Properties

ByteSize

The size of the image, in bytes.

Declaration
[JsonProperty("byteSize")]
public virtual int? ByteSize { get; set; }
Property Value
Type Description
int?

ContextLink

A URL pointing to the webpage hosting the image.

Declaration
[JsonProperty("contextLink")]
public virtual string ContextLink { get; set; }
Property Value
Type Description
string

Height

The height of the image, in pixels.

Declaration
[JsonProperty("height")]
public virtual int? Height { get; set; }
Property Value
Type Description
int?

ThumbnailHeight

The height of the thumbnail image, in pixels.

Declaration
[JsonProperty("thumbnailHeight")]
public virtual int? ThumbnailHeight { get; set; }
Property Value
Type Description
int?

ThumbnailLink

A URL to the thumbnail image.

Declaration
[JsonProperty("thumbnailLink")]
public virtual string ThumbnailLink { get; set; }
Property Value
Type Description
string

ThumbnailWidth

The width of the thumbnail image, in pixels.

Declaration
[JsonProperty("thumbnailWidth")]
public virtual int? ThumbnailWidth { get; set; }
Property Value
Type Description
int?

Width

The width of the image, in pixels.

Declaration
[JsonProperty("width")]
public virtual int? Width { get; set; }
Property Value
Type Description
int?
In this article
Back to top Generated by DocFX