你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExtractKeyPhrasesActionResult Class

Definition

The result of the execution of an ExtractKeyPhrasesAction on the input documents.

public class ExtractKeyPhrasesActionResult : Azure.AI.TextAnalytics.TextAnalyticsActionResult
type ExtractKeyPhrasesActionResult = class
    inherit TextAnalyticsActionResult
Public Class ExtractKeyPhrasesActionResult
Inherits TextAnalyticsActionResult
Inheritance
ExtractKeyPhrasesActionResult

Properties

Name Description
ActionName

Gets the name for this action.

(Inherited from TextAnalyticsActionResult)
CompletedOn

Indicates the time at which the action was last updated on.

(Inherited from TextAnalyticsActionResult)
DocumentsResults

Gets the result of the execution of an ExtractKeyPhrasesAction per each input document.

Error

Determines the TextAnalyticsError object for an action result.

(Inherited from TextAnalyticsActionResult)
HasError

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

(Inherited from TextAnalyticsActionResult)

Applies to