Skip to main content

TextScriptingSuggestion

Complete API reference for TextScriptingSuggestion, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Uncategorized

Component: no


public class TextScriptingSuggestion

Constructors

SignatureDescription
TextScriptingSuggestion(String)Creates a new instance of TextScriptingSuggestion.
TextScriptingSuggestion(String, String)Creates a new instance of TextScriptingSuggestion.

Attributes

NameTypeDescription
textStringRepresents the text value stored on this instance. Read or assign to update the property.
returnTypeStringRepresents the returnType value stored on this instance. Read or assign to update the property.

Methods

SignatureReturnsDescription
getText()StringReturns the current text.
setText(String)voidSets or updates the text.
getReturnType()StringReturns the current return type.
setReturnType(String)voidSets or updates the return type.
convertInternal()SuggestionExecutes convertInternal and returns after the underlying engine call finishes.