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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET