Class RealtimeModelDetails
Details of the ASR model used by the realtime speech service.
Inherited Members
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
public class RealtimeModelDetailsProperties
Domain
Declaration
[JsonProperty(PropertyName = "domain")]
[JsonConverter(typeof(StringEnumConverter))]
public RealtimeModelDetails.DomainEnum? Domain { get; set; }Property Value
| Type | Description | 
|---|---|
| RealtimeModelDetails.DomainEnum? | Model 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]. 
 |