RecommendationResult
public class RecommendationResult : IApiResult
レコメンド結果を収納するためのクラス
-
Undocumented
Declaration
Swift
public let resultType: ApiResultType
-
トラッキングされたロケーション
Declaration
Swift
public let trackingLocation: Location
-
結果リスト
Declaration
Swift
public let results: [any IRecommendationResult]
-
Undocumented
Declaration
Swift
public convenience init(results: [any IRecommendationResult])
-
コンテントの種別を定義した列挙クラス
See moreDeclaration
Swift
public enum ContentType : String
-
コンテントのメディア種別を定義した列挙クラス
See moreDeclaration
Swift
public enum ContentMedia : String