tmdb-ts
Preparing search index...
TaggedImage
Interface TaggedImage
An image tagged with its associated media.
interface
TaggedImage
{
aspect_ratio
:
number
;
file_path
:
string
;
height
:
number
;
id
:
string
;
image_type
:
string
;
iso_639_1
:
string
;
media
:
Movie
|
TV
;
media_type
:
string
;
vote_average
:
number
;
vote_count
:
number
;
width
:
number
;
}
Index
Properties
aspect_
ratio
file_
path
height
id
image_
type
iso_
639_
1
media
media_
type
vote_
average
vote_
count
width
Properties
aspect_
ratio
aspect_ratio
:
number
file_
path
file_path
:
string
height
height
:
number
id
id
:
string
image_
type
image_type
:
string
iso_
639_
1
iso_639_1
:
string
media
media
:
Movie
|
TV
The movie or TV show the image is from.
media_
type
media_type
:
string
vote_
average
vote_average
:
number
vote_
count
vote_count
:
number
width
width
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aspect_
ratio
file_
path
height
id
image_
type
iso_
639_
1
media
media_
type
vote_
average
vote_
count
width
tmdb-ts
Loading...
An image tagged with its associated media.