Class CustomizationModelDetails
Details of the base ASR model to train a Customization for.
Inherited Members
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
public class CustomizationModelDetailsProperties
Domain
Declaration
[JsonProperty(PropertyName = "domain")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CustomizationModelDetails.DomainEnum? Domain { get; set; }Property Value
| Type | Description | 
|---|---|
| CustomizationModelDetails.DomainEnum? | Domain of the ASR model | 
LanguageCode
Declaration
[JsonProperty(PropertyName = "languageCode")]
public string LanguageCode { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Locale value as per given in [https://datatracker.ietf.org/doc/html/rfc5646]. 
 |