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