Class RealtimeAssistantProfileBase
Inheritance
object
RealtimeAssistantProfileBase
Assembly: .dll
Syntax
public abstract class RealtimeAssistantProfileBase : AssistantProfile, IAssistantProfile
Fields
Declaration
protected RealtimeAudioFormat speechAudioFormat
Field Value
spokenLanguage
Declaration
protected SerializableNullable<SystemLanguage> spokenLanguage
Field Value
Type |
Description |
SerializableNullable<SystemLanguage> |
|
Properties
Declaration
public RealtimeAudioFormat SpeechAudioFormat { get; set; }
Property Value
SpokenLanguage
Declaration
public SystemLanguage? SpokenLanguage { get; set; }
Property Value
Type |
Description |
SystemLanguage? |
|
Implements