SingleLabelClassifyActionResult 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 SingleLabelClassifyAction on the input documents.
public class SingleLabelClassifyActionResult : Azure.AI.TextAnalytics.TextAnalyticsActionResult
type SingleLabelClassifyActionResult = class
inherit TextAnalyticsActionResult
Public Class SingleLabelClassifyActionResult
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 SingleLabelClassifyAction 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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET