public class HiliteViaAIResult extends AsyncOperationResult
idfactoryCreated, factoryProperties| Constructor and Description |
|---|
HiliteViaAIResult() |
HiliteViaAIResult(com.google.gwt.core.client.JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
Hilite[] | getHilites() If successful, the array of Hilite objects determined by AI. |
static HiliteViaAIResult | getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
HiliteViaAIResult | setHilites(Hilite... hilites) If successful, the array of Hilite objects determined by AI. |
getCancellationReason, getDisabledMessage, getErrorMessage, getType, setCancellationReason, setDisabledMessage, setErrorMessage, setTypegetRef, getRef, internalSetIDapplyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreatedpublic HiliteViaAIResult()
public HiliteViaAIResult(com.google.gwt.core.client.JavaScriptObject jsObj)
public static HiliteViaAIResult getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public HiliteViaAIResult setHilites(Hilite... hilites)
Hilite objects determined by AI. This may be an empty array if no hilites were found in the prompt.hilites - New hilites value. Default value is *initialized by the implementation*HiliteViaAIResult instance, for chaining setter calls