Interface ISpeechInfo
Interface for speech information.
Namespace: Fibula.Communications.Packets.Contracts.Abstractions
Assembly: Fibula.Communications.Packets.Contracts.dll
Syntax
public interface ISpeechInfo
Properties
| Improve this Doc View SourceChannelType
Gets the channel type.
Declaration
ChatChannelType ChannelType { get; }
Property Value
Type | Description |
---|---|
ChatChannelType |
Content
Gets the content of the message.
Declaration
string Content { get; }
Property Value
Type | Description |
---|---|
System.String |
Receiver
Gets the receiver of the message.
Declaration
string Receiver { get; }
Property Value
Type | Description |
---|---|
System.String |
SpeechType
Gets the speech type.
Declaration
SpeechType SpeechType { get; }
Property Value
Type | Description |
---|---|
SpeechType |