Show / Hide Table of Contents

Class EntityListDataset

Entity List Dataset

Inheritance
object
CustomizationDatasetDetails
EntityListDataset
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
public class EntityListDataset : CustomizationDatasetDetails

Properties

EntityList

Declaration
[JsonProperty(PropertyName = "entityList")]
public List<EntityList> EntityList { get; set; }
Property Value
Type Description
List<EntityList>

Array of entityLists

ReferenceExamples

Declaration
[JsonProperty(PropertyName = "referenceExamples")]
public List<string> ReferenceExamples { get; set; }
Property Value
Type Description
List<string>
In this article
Back to top