Show / Hide Table of Contents

Class EntityAttributeNaturalLanguageMapping

Natural language mapping of an entity attribute

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

Properties

Languages

Declaration
[Required(ErrorMessage = "Languages is required.")]
[JsonProperty(PropertyName = "languages")]
public List<LanguageMapping> Languages { get; set; }
Property Value
Type Description
List<LanguageMapping>

List of natural language mapped values.

Remarks

Required

In this article
Back to top