Share via


NamedEntityRecognitionSkill.Categories Property

Definition

Gets or sets a list of named entity categories.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to