Class TranscriptionModelDetails
Model details.
Inherited Members
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
public class TranscriptionModelDetails
Properties
Domain
Declaration
[JsonProperty(PropertyName = "domain")]
[JsonConverter(typeof(ResponseEnumConverter))]
public TranscriptionModelDetails.DomainEnum? Domain { get; set; }
Property Value
Type | Description |
---|---|
TranscriptionModelDetails.DomainEnum? | Domain for input files. |
LanguageCode
Declaration
[JsonProperty(PropertyName = "languageCode")]
[JsonConverter(typeof(ResponseEnumConverter))]
public TranscriptionModelDetails.LanguageCodeEnum? LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
TranscriptionModelDetails.LanguageCodeEnum? | Oracle supported language codes are (Oracle models are locale specific).
|
ModelType
Declaration
[JsonProperty(PropertyName = "modelType")]
public string ModelType { get; set; }
Property Value
Type | Description |
---|---|
string | Select a model to use for generating transcriptions. Currently supported models are:
|
TranscriptionSettings
Declaration
[JsonProperty(PropertyName = "transcriptionSettings")]
public TranscriptionSettings TranscriptionSettings { get; set; }
Property Value
Type | Description |
---|---|
TranscriptionSettings |