Interface ImageApiHeadPersonImageRequest

Request parameters for headPersonImage operation in ImageApi.

ImageApiHeadPersonImageRequest

interface ImageApiHeadPersonImageRequest {
    backgroundColor?: string;
    blur?: number;
    fillHeight?: number;
    fillWidth?: number;
    foregroundLayer?: string;
    format?: ImageFormat;
    height?: number;
    imageIndex?: number;
    imageType: ImageType;
    maxHeight?: number;
    maxWidth?: number;
    name: string;
    percentPlayed?: number;
    quality?: number;
    tag?: string;
    unplayedCount?: number;
    width?: number;
}

Properties

backgroundColor?: string

Optional. Apply a background color for transparent images.

ImageApiHeadPersonImage

blur?: number

Optional. Blur image.

ImageApiHeadPersonImage

fillHeight?: number

Height of box to fill.

ImageApiHeadPersonImage

fillWidth?: number

Width of box to fill.

ImageApiHeadPersonImage

foregroundLayer?: string

Optional. Apply a foreground layer on top of the image.

ImageApiHeadPersonImage

format?: ImageFormat

Determines the output format of the image - original,gif,jpg,png.

ImageApiHeadPersonImage

height?: number

The fixed image height to return.

ImageApiHeadPersonImage

imageIndex?: number

Image index.

ImageApiHeadPersonImage

imageType: ImageType

Image type.

ImageApiHeadPersonImage

maxHeight?: number

The maximum image height to return.

ImageApiHeadPersonImage

maxWidth?: number

The maximum image width to return.

ImageApiHeadPersonImage

name: string

Person name.

ImageApiHeadPersonImage

percentPlayed?: number

Optional. Percent to render for the percent played overlay.

ImageApiHeadPersonImage

quality?: number

Optional. Quality setting, from 0-100. Defaults to 90 and should suffice in most cases.

ImageApiHeadPersonImage

tag?: string

Optional. Supply the cache tag from the item object to receive strong caching headers.

ImageApiHeadPersonImage

unplayedCount?: number

Optional. Unplayed count overlay to render.

ImageApiHeadPersonImage

width?: number

The fixed image width to return.

ImageApiHeadPersonImage