Show / Hide Table of Contents

Class CustomizationInference

Inference payload for using Customization in Realtime Speech or Async Speech

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

Properties

CompartmentId

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

The OCID of the compartment where customization is present

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.

Entities

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

Entities present in the customization

In this article
Back to top