ExportedCustomEntityRecognitionProjectAsset 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 exported assets for a entity recognition project.
public class ExportedCustomEntityRecognitionProjectAsset : Azure.AI.Language.Text.Authoring.TextAuthoringExportedProjectAsset, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.Authoring.ExportedCustomEntityRecognitionProjectAsset>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.Authoring.ExportedCustomEntityRecognitionProjectAsset>
type ExportedCustomEntityRecognitionProjectAsset = class
inherit TextAuthoringExportedProjectAsset
interface IJsonModel<ExportedCustomEntityRecognitionProjectAsset>
interface IPersistableModel<ExportedCustomEntityRecognitionProjectAsset>
Public Class ExportedCustomEntityRecognitionProjectAsset
Inherits TextAuthoringExportedProjectAsset
Implements IJsonModel(Of ExportedCustomEntityRecognitionProjectAsset), IPersistableModel(Of ExportedCustomEntityRecognitionProjectAsset)
- Inheritance
- Implements
Constructors
ExportedCustomEntityRecognitionProjectAsset() |
Initializes a new instance of ExportedCustomEntityRecognitionProjectAsset. |
Properties
Documents |
The list of documents belonging to the project. |
Entities |
The list of entities belonging to the project. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |