HealthDeidentificationModelFactory.DeidentificationJobCustomizationOptions 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.
Customizations options to override default service behaviors for job usage.
public static Azure.Health.Deidentification.DeidentificationJobCustomizationOptions DeidentificationJobCustomizationOptions(string redactionFormat = default, string surrogateLocale = default, string inputLocale = default);
static member DeidentificationJobCustomizationOptions : string * string * string -> Azure.Health.Deidentification.DeidentificationJobCustomizationOptions
Public Shared Function DeidentificationJobCustomizationOptions (Optional redactionFormat As String = Nothing, Optional surrogateLocale As String = Nothing, Optional inputLocale As String = Nothing) As DeidentificationJobCustomizationOptions
Parameters
- redactionFormat
- String
Format of the redacted output. Only valid when Operation is Redact. Please refer to https://learn.microsoft.com/azure/healthcare-apis/deidentification/redaction-format for more details.
- surrogateLocale
- String
Locale in which the output surrogates are written.
- inputLocale
- String
Locale of the input text. Used for better PHI detection. Defaults to 'en-US'.
Returns
A new DeidentificationJobCustomizationOptions instance for mocking.