EntityRecognitionSkill.Categories Property

Definition

Gets or sets a list of entity categories that should be extracted.

[Newtonsoft.Json.JsonProperty(PropertyName="categories")]
public System.Collections.Generic.IList<Microsoft.Azure.Search.Models.EntityCategory> Categories { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="categories")>]
member this.Categories : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.EntityCategory> with get, set
Public Property Categories As IList(Of EntityCategory)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to