AnalyzeHealthcareEntitiesResult Class

Definition

A representation of the result of analyzing the healthcare entities in a given document.

public class AnalyzeHealthcareEntitiesResult : Azure.AI.TextAnalytics.TextAnalyticsResult
type AnalyzeHealthcareEntitiesResult = class
    inherit TextAnalyticsResult
Public Class AnalyzeHealthcareEntitiesResult
Inherits TextAnalyticsResult
Inheritance
AnalyzeHealthcareEntitiesResult

Properties

Entities

The collection of healthcare entities that were recognized in this document.

EntityRelations

The collection of relations between the healthcare entities that were recognized in this document.

Error

Gets the error explaining why the operation failed on this document. This property will have a value only when the document cannot be processed.

(Inherited from TextAnalyticsResult)
HasError

Indicates that the document was not successfully processed and an error was returned for this document.

(Inherited from TextAnalyticsResult)
Id

Gets the unique identifier for the document that generated the result.

(Inherited from TextAnalyticsResult)
Statistics

Gets statistics about the document and how it was processed by the service. This property will have a value when IncludeStatistics is set to true in the client call.

(Inherited from TextAnalyticsResult)
Warnings

The warnings that resulted from processing the document.

Applies to