Class Result.ImageData
Image belonging to a custom search result.
Inheritance
System.Object
Result.ImageData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CustomSearchAPI.v1.Data
Assembly: Google.Apis.CustomSearchAPI.v1.dll
Syntax
public class ImageData
Properties
ByteSize
The size of the image, in pixels.
Declaration
[JsonProperty("byteSize")]
public virtual int? ByteSize { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ContextLink
A URL pointing to the webpage hosting the image.
Declaration
[JsonProperty("contextLink")]
public virtual string ContextLink { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Height
The height of the image, in pixels.
Declaration
[JsonProperty("height")]
public virtual int? Height { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ThumbnailHeight
The height of the thumbnail image, in pixels.
Declaration
[JsonProperty("thumbnailHeight")]
public virtual int? ThumbnailHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ThumbnailLink
A URL to the thumbnail image.
Declaration
[JsonProperty("thumbnailLink")]
public virtual string ThumbnailLink { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ThumbnailWidth
The width of the thumbnail image, in pixels.
Declaration
[JsonProperty("thumbnailWidth")]
public virtual int? ThumbnailWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Width
The width of the image, in pixels.
Declaration
[JsonProperty("width")]
public virtual int? Width { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |