Share via


EntitiesActionContent.OverlapPolicy Property

Definition

(Optional) describes the type of overlap policy to apply to the ner output. Please note EntityOverlapPolicy is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AllowOverlapEntityPolicyType and MatchLongestEntityPolicyType.

public Azure.AI.Language.Text.EntityOverlapPolicy OverlapPolicy { get; set; }
member this.OverlapPolicy : Azure.AI.Language.Text.EntityOverlapPolicy with get, set
Public Property OverlapPolicy As EntityOverlapPolicy

Property Value

Applies to