Class CustomizationInferenceEntity
Entity Object for customization inference payload
Inherited Members
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
public class CustomizationInferenceEntityProperties
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 |