Share via


AllowOverlapEntityPolicyType Class

Definition

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
AllowOverlapEntityPolicyType
Implements

Constructors

AllowOverlapEntityPolicyType()

Initializes a new instance of AllowOverlapEntityPolicyType.

Explicit Interface Implementations

IJsonModel<AllowOverlapEntityPolicyType>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AllowOverlapEntityPolicyType>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<EntityOverlapPolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from EntityOverlapPolicy)
IJsonModel<EntityOverlapPolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from EntityOverlapPolicy)
IPersistableModel<AllowOverlapEntityPolicyType>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AllowOverlapEntityPolicyType>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AllowOverlapEntityPolicyType>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<EntityOverlapPolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from EntityOverlapPolicy)
IPersistableModel<EntityOverlapPolicy>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from EntityOverlapPolicy)
IPersistableModel<EntityOverlapPolicy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from EntityOverlapPolicy)

Applies to