AllowOverlapEntityPolicyType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the allow overlap policy. Will apply no post processing logic for the entities. Whatever the model predicts is what will be returned to the user. This allows the user to get a full view of every single model's possible values and apply their own custom logic on entity selection.
public class AllowOverlapEntityPolicyType : Azure.AI.Language.Text.EntityOverlapPolicy, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.AllowOverlapEntityPolicyType>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.AllowOverlapEntityPolicyType>
type AllowOverlapEntityPolicyType = class
inherit EntityOverlapPolicy
interface IJsonModel<AllowOverlapEntityPolicyType>
interface IPersistableModel<AllowOverlapEntityPolicyType>
Public Class AllowOverlapEntityPolicyType
Inherits EntityOverlapPolicy
Implements IJsonModel(Of AllowOverlapEntityPolicyType), IPersistableModel(Of AllowOverlapEntityPolicyType)
- Inheritance
- Implements
Constructors
AllowOverlapEntityPolicyType() |
Initializes a new instance of AllowOverlapEntityPolicyType. |
Explicit Interface Implementations
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET