CustomizationInference

class oci.ai_speech.models.CustomizationInference(**kwargs)

Bases: object

Inference payload for using Customization in Realtime Speech or Async Speech

Methods

__init__(**kwargs) Initializes a new CustomizationInference object with values from keyword arguments.

Attributes

compartment_id Gets the compartment_id of this CustomizationInference.
customization_alias Gets the customization_alias of this CustomizationInference.
customization_id Gets the customization_id of this CustomizationInference.
entities Gets the entities of this CustomizationInference.
__init__(**kwargs)

Initializes a new CustomizationInference object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • customization_id (str) – The value to assign to the customization_id property of this CustomizationInference.
  • customization_alias (str) – The value to assign to the customization_alias property of this CustomizationInference.
  • compartment_id (str) – The value to assign to the compartment_id property of this CustomizationInference.
  • entities (list[oci.ai_speech.models.CustomizationInferenceEntity]) – The value to assign to the entities property of this CustomizationInference.
compartment_id

Gets the compartment_id of this CustomizationInference. The OCID of the compartment where customization is present

Returns:The compartment_id of this CustomizationInference.
Return type:str
customization_alias

Gets the customization_alias of this CustomizationInference. Alias of the customization

Returns:The customization_alias of this CustomizationInference.
Return type:str
customization_id

Gets the customization_id of this CustomizationInference. The OCID of the customization to use.

Returns:The customization_id of this CustomizationInference.
Return type:str
entities

Gets the entities of this CustomizationInference. Entities present in the customization

Returns:The entities of this CustomizationInference.
Return type:list[oci.ai_speech.models.CustomizationInferenceEntity]