NormalizationFieldsMapValue¶
-
class
oci.ai_document.models.
NormalizationFieldsMapValue
(**kwargs)¶ Bases:
object
Object for the value in the NormalizationFields map
Methods
__init__
(**kwargs)Initializes a new NormalizationFieldsMapValue object with values from keyword arguments. Attributes
normalization_type
Gets the normalization_type of this NormalizationFieldsMapValue. -
__init__
(**kwargs)¶ Initializes a new NormalizationFieldsMapValue object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: normalization_type (str) – The value to assign to the normalization_type property of this NormalizationFieldsMapValue.
-
normalization_type
¶ Gets the normalization_type of this NormalizationFieldsMapValue. A string mapping to the normalization type.
Returns: The normalization_type of this NormalizationFieldsMapValue. Return type: str
-