HealthcareEntity 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.
Healthcare entity extracted from the document.
public class HealthcareEntity : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.HealthcareEntity>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.HealthcareEntity>
type HealthcareEntity = class
interface IJsonModel<HealthcareEntity>
interface IPersistableModel<HealthcareEntity>
Public Class HealthcareEntity
Implements IJsonModel(Of HealthcareEntity), IPersistableModel(Of HealthcareEntity)
- Inheritance
-
HealthcareEntity
- Implements
Properties
Assertion |
Assertion of the entity. |
Category |
Healthcare Entity Category. |
ConfidenceScore |
Confidence score between 0 and 1 of the extracted entity. |
Length |
Length for the entity text. Use of different 'stringIndexType' values can affect the length returned. |
Links |
Entity references in known data sources. |
Name |
Preferred name for the entity. Example: 'histologically' would have a 'name' of 'histologic'. |
Offset |
Start position for the entity text. Use of different 'stringIndexType' values can affect the offset returned. |
Subcategory |
(Optional) Entity sub type. |
Text |
Entity text as appears in the request. |
Explicit Interface Implementations
IJsonModel<HealthcareEntity>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HealthcareEntity>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HealthcareEntity>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HealthcareEntity>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HealthcareEntity>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET