docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TranscribedMessage

    Inheritance
    object
    TranscribedMessage
    Implements
    ITranscribedMessage
    ITextMessage
    IKeyedItemNotifyPropertyChanged<string>
    INotifyPropertyChanged
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VivoxUnity.Private
    Assembly: VivoxUnity.dll
    Syntax
    public class TranscribedMessage : ITranscribedMessage, ITextMessage, IKeyedItemNotifyPropertyChanged<string>, INotifyPropertyChanged

    Constructors

    TranscribedMessage(AccountId, string, string, string, IChannelSession, bool, DateTime?)

    Declaration
    public TranscribedMessage(AccountId sender, string message, string key, string language, IChannelSession channelSession, bool fromSelf, DateTime? receivedTime = null)
    Parameters
    Type Name Description
    AccountId sender
    string message
    string key
    string language
    IChannelSession channelSession
    bool fromSelf
    DateTime? receivedTime

    Properties

    ChannelSession

    The ChannelSesssion that is the target of the message.

    Declaration
    public IChannelSession ChannelSession { get; }
    Property Value
    Type Description
    IChannelSession

    Exception

    Declaration
    public Exception Exception { get; set; }
    Property Value
    Type Description
    Exception

    FromSelf

    Indicates whether the message is from the currently signed in user.

    Declaration
    public bool FromSelf { get; }
    Property Value
    Type Description
    bool

    Key

    The unique identifier for the element that raises the property changed event.

    Declaration
    public string Key { get; set; }
    Property Value
    Type Description
    string

    Language

    The language of the message.

    Declaration
    public string Language { get; }
    Property Value
    Type Description
    string

    Message

    The message.

    Declaration
    public string Message { get; }
    Property Value
    Type Description
    string

    ReceivedTime

    The time when the message was received.

    Declaration
    public DateTime ReceivedTime { get; }
    Property Value
    Type Description
    DateTime

    Sender

    The message sender.

    Declaration
    public AccountId Sender { get; }
    Property Value
    Type Description
    AccountId

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    PropertyChangedEventHandler

    Implements

    ITranscribedMessage
    ITextMessage
    IKeyedItemNotifyPropertyChanged<TK>
    INotifyPropertyChanged
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)