MultiLabelClassifyActionResult 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 execution of a MultiLabelClassifyAction on the input documents.
public class MultiLabelClassifyActionResult : Azure.AI.TextAnalytics.TextAnalyticsActionResult
type MultiLabelClassifyActionResult = class
inherit TextAnalyticsActionResult
Public Class MultiLabelClassifyActionResult
Inherits TextAnalyticsActionResult
- Inheritance
Properties
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 a MultiLabelClassifyAction 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
Azure SDK for .NET