HealthDeidentificationModelFactory.DeidentificationContent Method
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.
Initializes a new instance of DeidentificationContent.
public static Azure.Health.Deidentification.DeidentificationContent DeidentificationContent (string inputText = default, Azure.Health.Deidentification.OperationType? operation = default, Azure.Health.Deidentification.DocumentDataType? dataType = default, string redactionFormat = default);
static member DeidentificationContent : string * Nullable<Azure.Health.Deidentification.OperationType> * Nullable<Azure.Health.Deidentification.DocumentDataType> * string -> Azure.Health.Deidentification.DeidentificationContent
Public Shared Function DeidentificationContent (Optional inputText As String = Nothing, Optional operation As Nullable(Of OperationType) = Nothing, Optional dataType As Nullable(Of DocumentDataType) = Nothing, Optional redactionFormat As String = Nothing) As DeidentificationContent
Parameters
- inputText
- String
Input text to de-identify.
- operation
- Nullable<OperationType>
Operation to perform on the input.
- dataType
- Nullable<DocumentDataType>
Data type of the input.
- redactionFormat
- String
Format of the redacted output. Only valid when OperationType is "Redact".
Returns
A new DeidentificationContent instance for mocking.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET