Show / Hide Table of Contents

Class NormalizationFields

A string-to-object map where the key is the normalization field and the object contains information about the field.

Inheritance
object
NormalizationFields
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AidocumentService.Models
Assembly: OCI.DotNetSDK.Aidocument.dll
Syntax
public class NormalizationFields

Properties

Map

Declaration
[JsonProperty(PropertyName = "map")]
public Dictionary<string, NormalizationFieldsMapValue> Map { get; set; }
Property Value
Type Description
Dictionary<string, NormalizationFieldsMapValue>

A wrapped map.

In this article
Back to top