CustomEntityRecognitionEvalSummary 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 evaluation summary for a custom entity recognition project.
public class CustomEntityRecognitionEvalSummary : Azure.AI.Language.Text.Authoring.TextAuthoringEvalSummary, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.Authoring.CustomEntityRecognitionEvalSummary>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.Authoring.CustomEntityRecognitionEvalSummary>
type CustomEntityRecognitionEvalSummary = class
inherit TextAuthoringEvalSummary
interface IJsonModel<CustomEntityRecognitionEvalSummary>
interface IPersistableModel<CustomEntityRecognitionEvalSummary>
Public Class CustomEntityRecognitionEvalSummary
Inherits TextAuthoringEvalSummary
Implements IJsonModel(Of CustomEntityRecognitionEvalSummary), IPersistableModel(Of CustomEntityRecognitionEvalSummary)
- Inheritance
- Implements
Properties
CustomEntityRecognitionEvaluation |
Contains the data related to extraction evaluation. |
EvaluationOptions |
Represents the options used running the evaluation. (Inherited from TextAuthoringEvalSummary) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |