SearchResult
No description
union SearchResult = Livestream | NormalizedShow | NormalizedVideo
Possible types
SearchResult.Livestream object references
Livestream metadata and technical details.
SearchResult.NormalizedShow object references
Station-normalized data for a show.
The Local Public data model has three types representing a show:
PbsShow: Base type, read-only and synced from PBS Media Manager,Show: Global show metadata overridingPbsShowmetadata for all stations, andStationShow: Station show metadata overridingShowandPbsShowmetadata for individual stations.
The NormalizedShow is a combination of all three types for a specific station and country.
SearchResult.NormalizedVideo object references
Station-normalized data for a video.
The Local Public data model has three types representing a video:
PbsVideo: Base type, read-only and synced from PBS Media Manager,Video: Global video metadata overridingPbsVideometadata for all stations, andStationVideo: Station video metadata overridingVideoandPbsVideometadata for individual stations.
The NormalizedVideo is a combination of all three types for a specific station and country.
Member Of
SearchResults object