Show / Hide Table of Contents

    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 Source

    ChannelType

    Gets the channel type.

    Declaration
    ChatChannelType ChannelType { get; }
    Property Value
    Type Description
    ChatChannelType
    | Improve this Doc View Source

    Content

    Gets the content of the message.

    Declaration
    string Content { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Receiver

    Gets the receiver of the message.

    Declaration
    string Receiver { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SpeechType

    Gets the speech type.

    Declaration
    SpeechType SpeechType { get; }
    Property Value
    Type Description
    SpeechType

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.