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.
A model which contains information about the detected healthcare entity.
public class HealthcareEntity
type HealthcareEntity = class
Public Class HealthcareEntity
- Inheritance
-
HealthcareEntity
Properties
Assertion |
Gets the healthcare assertions for the entity. |
Category |
Gets the entity category inferred by the Text Analytics for healthcare model. |
ConfidenceScore |
Gets a score between 0 and 1, indicating the confidence that the text substring matches this inferred entity. |
DataSources |
Get the list of data sources for the entity. |
Length |
Gets the length for the matching entity in the input document. |
NormalizedText |
Gets the normalized text for the entity. |
Offset |
Gets the starting position for the matching text in the input document. |
SubCategory |
Gets the subcategory of the entity inferred by the Text Analytics for healthcare model. This property may not have a value if a subcategory doesn't exist for this entity. |
Text |
Gets the entity text as it appears in the input document. |