你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RankRequest.ContextFeatures 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置将个性化体验创建服务用作字典的上下文的特征。 这取决于应用程序,通常包括有关当前用户、其设备、配置文件信息、有关时间和日期的数据等的功能。
[Newtonsoft.Json.JsonProperty(PropertyName="contextFeatures")]
public System.Collections.Generic.IList<object> ContextFeatures { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="contextFeatures")>]
member this.ContextFeatures : System.Collections.Generic.IList<obj> with get, set
Public Property ContextFeatures As IList(Of Object)
属性值
- 属性
-
Newtonsoft.Json.JsonPropertyAttribute