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
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