Class CustomizationModelDetails
Customization details.
Inherited Members
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
public class CustomizationModelDetails
Properties
Domain
Declaration
[JsonProperty(PropertyName = "domain")]
[JsonConverter(typeof(ResponseEnumConverter))]
public CustomizationModelDetails.DomainEnum? Domain { get; set; }
Property Value
Type | Description |
---|---|
CustomizationModelDetails.DomainEnum? | Customization Domain |
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].
|