DeidentificationJobCustomizationOptions 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.
Customizations options to override default service behaviors for job usage.
public class DeidentificationJobCustomizationOptions : System.ClientModel.Primitives.IJsonModel<Azure.Health.Deidentification.DeidentificationJobCustomizationOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.Health.Deidentification.DeidentificationJobCustomizationOptions>
	type DeidentificationJobCustomizationOptions = class
    interface IJsonModel<DeidentificationJobCustomizationOptions>
    interface IPersistableModel<DeidentificationJobCustomizationOptions>
	Public Class DeidentificationJobCustomizationOptions
Implements IJsonModel(Of DeidentificationJobCustomizationOptions), IPersistableModel(Of DeidentificationJobCustomizationOptions)
		- Inheritance
 - 
				DeidentificationJobCustomizationOptions
 
- Implements
 
Constructors
| DeidentificationJobCustomizationOptions() | 
		 Initializes a new instance of DeidentificationJobCustomizationOptions.  | 
        	
Properties
| InputLocale | 
		 Locale of the input text. Used for better PHI detection. Defaults to 'en-US'.  | 
        	
| RedactionFormat | 
		 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 | 
		 Locale in which the output surrogates are written.  | 
        	
Methods
Explicit Interface Implementations
| IJsonModel<DeidentificationJobCustomizationOptions>.Create(Utf8JsonReader, ModelReaderWriterOptions) | 
		 Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.  | 
        	
| IJsonModel<DeidentificationJobCustomizationOptions>.Write(Utf8JsonWriter, ModelReaderWriterOptions) | 
		 Writes the model to the provided Utf8JsonWriter.  | 
        	
| IPersistableModel<DeidentificationJobCustomizationOptions>.Create(BinaryData, ModelReaderWriterOptions) | 
		 Converts the provided BinaryData into a model.  | 
        	
| IPersistableModel<DeidentificationJobCustomizationOptions>.GetFormatFromOptions(ModelReaderWriterOptions) | 
		 Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.  | 
        	
| IPersistableModel<DeidentificationJobCustomizationOptions>.Write(ModelReaderWriterOptions) | 
		 Writes the model into a BinaryData.  |