Class RemoteImageInfo.

RemoteImageInfo

interface RemoteImageInfo {
    CommunityRating?: null | number;
    Height?: null | number;
    Language?: null | string;
    ProviderName?: null | string;
    RatingType?: RatingType;
    ThumbnailUrl?: null | string;
    Type?: ImageType;
    Url?: null | string;
    VoteCount?: null | number;
    Width?: null | number;
}

Properties

CommunityRating?: null | number

Gets or sets the community rating.

RemoteImageInfo

Height?: null | number

Gets or sets the height.

RemoteImageInfo

Language?: null | string

Gets or sets the language.

RemoteImageInfo

ProviderName?: null | string

Gets or sets the name of the provider.

RemoteImageInfo

RatingType?: RatingType

RemoteImageInfo

ThumbnailUrl?: null | string

Gets or sets a url used for previewing a smaller version.

RemoteImageInfo

Type?: ImageType

RemoteImageInfo

Url?: null | string

Gets or sets the URL.

RemoteImageInfo

VoteCount?: null | number

Gets or sets the vote count.

RemoteImageInfo

Width?: null | number

Gets or sets the width.

RemoteImageInfo