你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |