TextAnalyticsResult Class

Definition

Base type for results of Text Analytics operations corresponding to a document. If the operation is unsuccessful, the Id and Error properties will be populated, but not others.

public class TextAnalyticsResult
type TextAnalyticsResult = class
Public Class TextAnalyticsResult
Inheritance
TextAnalyticsResult
Derived

Properties

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.

HasError

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

Id

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

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.

Applies to