NormalizationFields

class oci.ai_document.models.NormalizationFields(**kwargs)

Bases: object

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

Methods

__init__(**kwargs) Initializes a new NormalizationFields object with values from keyword arguments.

Attributes

map Gets the map of this NormalizationFields.
__init__(**kwargs)

Initializes a new NormalizationFields object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:map (dict(str, NormalizationFieldsMapValue)) – The value to assign to the map property of this NormalizationFields.
map

Gets the map of this NormalizationFields. A wrapped map.

Returns:The map of this NormalizationFields.
Return type:dict(str, NormalizationFieldsMapValue)