ContentSearchParamType
Enum for ContentSearchParamType
that indicates the entity type.
Enumeration Members
ACTOR
ACTOR:
0
Actor represents an actor credited in video media content. For example, "Gaby Hoffman."
ANY
ANY:
16
Represents a search text input across many parameter types or even outside of the defined param types.
CHANNEL
CHANNEL:
1
Channel represents the identifying data for a television channel. For example, "PBS."
CHARACTER
CHARACTER:
2
A character represented in video media content. For example, "Snow White."
DIRECTOR
DIRECTOR:
3
A director of the video media content. For example, "Spike Lee."
EPISODE
EPISODE:
15
Episode represents a specific episode number within a Season in a TV series.
EVENT
EVENT:
4
An event is a reference to a type of event. Examples would include sports, music, or other types of events. For example, searching for "football games" would search for a "game" event entity and a "football" sports entity.
FRANCHISE
FRANCHISE:
5
A franchise is a video entity which can represent a number of video
entities, like movies or TV shows. For example, take the fictional
franchise "Intergalactic Wars" which represents a collection of
movie trilogies, as well as animated and live action TV shows. This
entity type was introduced to account for requests by customers such
as "Find Intergalactic Wars movies," which would search for all
"Intergalactic Wars" programs of the MOVIE MediaType
, rather than
attempting to match to a single title.
GENRE
GENRE:
6
Genre represents the genre of video media content such as action, drama or comedy.
LEAGUE
LEAGUE:
7
League represents the categorical information for a sporting league. For example, "NCAA."
POPULARITY
POPULARITY:
8
Popularity indicates whether the user asks for popular content.
PROVIDER
PROVIDER:
9
The provider (MediaServiceProvider
) the user wants this media to be played on.
For example, "Netflix."
SEASON
SEASON:
14
Season represents the specific season number within a TV series.
SPORT
SPORT:
10
Sport represents the categorical information of a sport. For example, "football."
SPORTS_TEAM
SPORTS_TEAM:
11
SportsTeam represents the categorical information of a professional sports team. For example, "University of Washington Huskies."
TYPE
TYPE:
12
The type of content requested. Supported types are "Movie," "MovieSeries," "TVSeries," "TVSeason," "TVEpisode," "SportsEvent," and "Video."
VIDEO
VIDEO:
13
Video represents the identifying data for a specific piece of video content. For example, "Manchester by the Sea."
Last updated: Sep 30, 2025