Class EntityList
List of entities of a given type, to be used to train a customization. Note: If multiple EntityLists are provided, a separate Customization resource will be created for each EntityList.
Inherited Members
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
public class EntityListProperties
Alias
Declaration
[JsonProperty(PropertyName = "alias")]
public string Alias { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Alias of existing customization or to associate with new customization created from entityList. | 
Entities
Declaration
[JsonProperty(PropertyName = "entities")]
public List<Entity> Entities { get; set; }Property Value
| Type | Description | 
|---|---|
| List<Entity> | List of entities such as names, words or phrases matching the given entityType to add recognition support for | 
EntityType
Declaration
[Required(ErrorMessage = "EntityType is required.")]
[JsonProperty(PropertyName = "entityType")]
public string EntityType { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Entity Type | 
Remarks
Required
Id
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Entity type OCID |