Class ObjectStorageDataset
Object Storage Dataset
Inherited Members
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
public class ObjectStorageDataset : CustomizationDatasetDetailsProperties
EntityType
Declaration
[JsonProperty(PropertyName = "entityType")]
public string EntityType { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Entity Type categorizing the following list of words. | 
LocationDetails
Declaration
[Required(ErrorMessage = "LocationDetails is required.")]
[JsonProperty(PropertyName = "locationDetails")]
public LocationDetails LocationDetails { get; set; }Property Value
| Type | Description | 
|---|---|
| LocationDetails | 
Remarks
Required