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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET