Class RemoteImageResult.

RemoteImageResult

interface RemoteImageResult {
    Images?: null | RemoteImageInfo[];
    Providers?: null | string[];
    TotalRecordCount?: number;
}

Properties

Images?: null | RemoteImageInfo[]

Gets or sets the images.

RemoteImageResult

Providers?: null | string[]

Gets or sets the providers.

RemoteImageResult

TotalRecordCount?: number

Gets or sets the total record count.

RemoteImageResult