PiiActionContent 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.
Supported parameters for a PII Entities Recognition task.
public class PiiActionContent : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.PiiActionContent>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.PiiActionContent>
type PiiActionContent = class
interface IJsonModel<PiiActionContent>
interface IPersistableModel<PiiActionContent>
Public Class PiiActionContent
Implements IJsonModel(Of PiiActionContent), IPersistableModel(Of PiiActionContent)
- Inheritance
-
PiiActionContent
- Implements
Constructors
PiiActionContent() |
Initializes a new instance of PiiActionContent. |
Properties
Domain |
Domain for PII task. |
ExcludePiiCategories |
Enumeration of PII categories to be excluded in the response. |
LoggingOptOut |
logging opt out. |
ModelVersion |
model version. |
PiiCategories |
Enumeration of PII categories to be returned in the response. |
RedactionCharacter |
Character to be used for redaction. Default in '*'. |
StringIndexType |
StringIndexType to be used for analysis. |
Explicit Interface Implementations
IJsonModel<PiiActionContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PiiActionContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PiiActionContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PiiActionContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PiiActionContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET