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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET