Share via


Thing.EntityPresentationInfo Property

Definition

Gets additional information about the entity such as hints that you can use to determine the entity's type. To determine the entity's type, use the entityScenario and entityTypeHint fields.

[Newtonsoft.Json.JsonProperty(PropertyName="entityPresentationInfo")]
public Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.EntitiesEntityPresentationInfo EntityPresentationInfo { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="entityPresentationInfo")>]
member this.EntityPresentationInfo : Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models.EntitiesEntityPresentationInfo
Public ReadOnly Property EntityPresentationInfo As EntitiesEntityPresentationInfo

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to