Show / Hide Table of Contents

Class CustomizationInferenceEntity

Entity Object for customization inference payload

Inheritance
object
CustomizationInferenceEntity
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 CustomizationInferenceEntity

Properties

CustomizationAlias

Declaration
[JsonProperty(PropertyName = "customizationAlias")]
public string CustomizationAlias { get; set; }
Property Value
Type Description
string

Alias of the customization

CustomizationId

Declaration
[JsonProperty(PropertyName = "customizationId")]
public string CustomizationId { get; set; }
Property Value
Type Description
string

The OCID of the customization to use.

EntityType

Declaration
[JsonProperty(PropertyName = "entityType")]
public string EntityType { get; set; }
Property Value
Type Description
string

Entity type

In this article
Back to top