Enum MediaType
Specifies the type of media to filter search results by.
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum MediaType
Fields
Anime = 3Anime content.
Book = 6Book content.
Game = 5Game content.
Movie = 1Movie content.
Music = 4Music content.
Other = 8Other or uncategorized content.
Software = 7Software content.
Tv = 2Television content.
Unknown = 0Unknown or unspecified media type.