Class NormalizationFields
A string-to-object map where the key is the normalization field and the object contains information about the field.
Inherited Members
Namespace: Oci.AidocumentService.Models
Assembly: OCI.DotNetSDK.Aidocument.dll
Syntax
public class NormalizationFieldsProperties
Map
Declaration
[JsonProperty(PropertyName = "map")]
public Dictionary<string, NormalizationFieldsMapValue> Map { get; set; }Property Value
| Type | Description | 
|---|---|
| Dictionary<string, NormalizationFieldsMapValue> | A wrapped map. |