Search Results for

    Show / Hide Table of Contents

    Class SpeechRecognitionMock

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    SpeechRecognitionMock
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public class SpeechRecognitionMock : NXRemotableObject, IMessageSink

    Constructors

    SpeechRecognitionMock(Session)

    Declaration
    protected SpeechRecognitionMock(Session owner)
    Parameters
    Type Name Description
    Session owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    GetLaunchedCommandTitle()

    Declaration
    public string GetLaunchedCommandTitle()
    Returns
    Type Description
    System.String

    GetSpeechRecognitionMock(Session)

    Declaration
    public static SpeechRecognitionMock GetSpeechRecognitionMock(Session owner)
    Parameters
    Type Name Description
    Session owner
    Returns
    Type Description
    SpeechRecognitionMock

    InvokeMockSpeechRecognition(Boolean)

    Declaration
    public void InvokeMockSpeechRecognition(bool isSpecialKeyword)
    Parameters
    Type Name Description
    System.Boolean isSpecialKeyword

    SetMockTranscribedText(String)

    Declaration
    public void SetMockTranscribedText(string mockTranscribedText)
    Parameters
    Type Name Description
    System.String mockTranscribedText

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX