EntityNaturalLanguageMapping

class oci.oda.models.EntityNaturalLanguageMapping(**kwargs)

Bases: object

Natural language mapping of an entity attribute.

Methods

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

Attributes

languages [Required] Gets the languages of this EntityNaturalLanguageMapping.
__init__(**kwargs)

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

Parameters:languages (list[oci.oda.models.LanguageMapping]) – The value to assign to the languages property of this EntityNaturalLanguageMapping.
languages

[Required] Gets the languages of this EntityNaturalLanguageMapping. List of natural language mapped values.

Returns:The languages of this EntityNaturalLanguageMapping.
Return type:list[oci.oda.models.LanguageMapping]