PiiActionResult 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.
Contains the PII results with detected language.
public class PiiActionResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.PiiActionResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.PiiActionResult>
type PiiActionResult = class
interface IJsonModel<PiiActionResult>
interface IPersistableModel<PiiActionResult>
Public Class PiiActionResult
Implements IJsonModel(Of PiiActionResult), IPersistableModel(Of PiiActionResult)
- Inheritance
-
PiiActionResult
- Implements
Properties
DetectedLanguage |
If 'language' is set to 'auto' for the document in the request this field will contain a 2 letter ISO 639-1 representation of the language detected for this document. |
Entities |
Recognized entities in the document. |
Id |
Unique, non-empty document identifier. |
RedactedText |
Returns redacted text. |
Statistics |
if showStats=true was specified in the request this field will contain information about the document payload. |
Warnings |
Warnings encountered while processing document. |
Explicit Interface Implementations
IJsonModel<PiiActionResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PiiActionResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PiiActionResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PiiActionResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PiiActionResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET