Skip to main content
All docs
V25.1
  • NusaRegisterOptions Interface

    Declares RichEdit options that can be registered in the Nuance Dragon SpeechKit.

    Declaration

    export interface NusaRegisterOptions

    Properties

    conceptName Property

    Specifies a name that users can use to focus the RichEdit with the go to voice command.

    Declaration

    conceptName?: string

    Property Value

    Type Description
    string

    The RichEdit name.

    customContainerType Property

    Specifies the name that identifies the RichEdit control’s container in the Nuance SpeechKit.

    Declaration

    customContainerType?: string

    Property Value

    Type Description
    string

    The identifier of the RichEdit control’s container. The default value is “DevExpressRichEditContainer”.

    customControlType Property

    Specifies the name that identifies the RichEdit control in the Nuance SpeechKit.

    Declaration

    customControlType?: string

    Property Value

    Type Description
    string

    The RichEdit control identifier. The default value is “DevExpressRichEdit”.