Skip to main content
All docs
V25.2
  • TdxAISmartPasteOptions.Description Property

    Specifies the UI element/editor’s description (in a natural language) for the current AI service provider.

    Declaration

    property Description: string read; write;

    Property Value

    Type Description
    string

    The UI element/editor description (in a natural language) for the current AI service provider.

    Remarks

    The active AI service provider can interact with the current UI element/editor only if the [Enabled] property is set to True and the Description property is specified.

    Default Value

    The Description property’s default value is an empty string.

    See Also