ExtractKeyPhrasesResult 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.
The result of the extract key phrases operation on a document.
public class ExtractKeyPhrasesResult : Azure.AI.TextAnalytics.TextAnalyticsResult
type ExtractKeyPhrasesResult = class
inherit TextAnalyticsResult
Public Class ExtractKeyPhrasesResult
Inherits TextAnalyticsResult
- Inheritance
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. (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) |
KeyPhrases |
Gets the collection of key phrases identified in the document. |
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) |
Applies to
Azure SDK for .NET