Show / Hide Table of Contents

Class NormalizationFieldsMapValue

Object for the value in the NormalizationFields map

Inheritance
object
NormalizationFieldsMapValue
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 NormalizationFieldsMapValue

Properties

NormalizationType

Declaration
[JsonProperty(PropertyName = "normalizationType")]
public string NormalizationType { get; set; }
Property Value
Type Description
string

A string mapping to the normalization type.

In this article
Back to top