ConversationPiiOperationResult 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.
Result from the personally identifiable information detection and redaction operation performed on a list of conversations.
public class ConversationPiiOperationResult : Azure.AI.Language.Conversations.Models.AnalyzeConversationOperationResult, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Conversations.Models.ConversationPiiOperationResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Conversations.Models.ConversationPiiOperationResult>
type ConversationPiiOperationResult = class
inherit AnalyzeConversationOperationResult
interface IJsonModel<ConversationPiiOperationResult>
interface IPersistableModel<ConversationPiiOperationResult>
Public Class ConversationPiiOperationResult
Inherits AnalyzeConversationOperationResult
Implements IJsonModel(Of ConversationPiiOperationResult), IPersistableModel(Of ConversationPiiOperationResult)
- Inheritance
- Implements
Properties
LastUpdateDateTime |
The last updated time in UTC for the task. (Inherited from AnalyzeConversationOperationResult) |
Name |
task name. (Inherited from AnalyzeConversationOperationResult) |
Results |
results. |
Status |
The status of the task at the mentioned last update time. (Inherited from AnalyzeConversationOperationResult) |
Explicit Interface Implementations
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET