RealtimeSessionOptions.SessionKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the session kind.
public:
property Microsoft::Extensions::AI::RealtimeSessionKind SessionKind { Microsoft::Extensions::AI::RealtimeSessionKind get(); void set(Microsoft::Extensions::AI::RealtimeSessionKind value); };
public Microsoft.Extensions.AI.RealtimeSessionKind SessionKind { get; init; }
member this.SessionKind : Microsoft.Extensions.AI.RealtimeSessionKind with get, set
Public Property SessionKind As RealtimeSessionKind
Property Value
Remarks
If set to Transcription, most of the sessions properties will not apply to the session. Only InputAudioFormat and TranscriptionOptions will be used.