SnapscreenTvSearchResult

@interface SnapscreenTvSearchResult : NSObject

Represent the result from a TV search.

  • The individual entries for this search result. In most cases 1 result, but may contain multiple results that are ordered descending by their score, so that the first entry is the most likely match.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nonnull)
        NSArray<SnapscreenTvSearchResultEntry *> *results;

    Swift

    var results: [SnapscreenTvSearchResultEntry] { get }