Show / Hide Table of Contents

Class ObjectStorageDataset

Object Storage Dataset

Inheritance
object
CustomizationDatasetDetails
ObjectStorageDataset
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 ObjectStorageDataset : CustomizationDatasetDetails

Properties

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

In this article
Back to top