Share via


Small Basic Reference Documentation: Dictionary Object

Small Basic: Reference Documentation > Dictionary

 

http://smallbasic.com/img/object_32.png

Dictionary

This class provides access to an online Dictionary service.

Operations

http://smallbasic.com/img/method_16.png GetDefinition

Dictionary.GetDefinition(word)

Gets the definition of a word in English. The same as GetDefinitionEnglishToEnglish.

word

The word to define.

Returns

The definition(s) of the specified word.

http://smallbasic.com/img/method_16.png GetDefinitionEnglishToEnglish

Dictionary.GetDefinitionEnglishToEnglish(word)

Gets the definition of a word, English to English.

word

The word to define.

Returns

The definition(s) of the specified word.

http://smallbasic.com/img/method_16.png GetDefinitionSimplifiedChineseToEnglish

Dictionary.GetDefinitionSimplifiedChineseToEnglish(word)

Gets the definition of a word, Simplified Chinese to English.

word

The word to define.

Returns

The definition(s) of the specified word.

http://smallbasic.com/img/method_16.png GetDefinitionEnglishToGerman

Dictionary.GetDefinitionEnglishToGerman(word)

Gets the definition of a word, English to German.

word

The word to define.

Returns

The definition(s) of the specified word.

http://smallbasic.com/img/method_16.png GetDefinitionEnglishToSimplifiedChinese

Dictionary.GetDefinitionEnglishToSimplifiedChinese(word)

Gets the definition of a word, English to Simplified Chinese.

word

The word to define.

Returns

The definition(s) of the specified word.

http://smallbasic.com/img/method_16.png GetDefinitionEnglishToFrench

Dictionary.GetDefinitionEnglishToFrench(word)

Gets the definition of a word, English to French.

word

The word to define.

Returns

The definition(s) of the specified word.

http://smallbasic.com/img/method_16.png GetDefinitionGermanToEnglish

Dictionary.GetDefinitionGermanToEnglish(word)

Gets the definition of a word, German to English.

word

The word to define.

Returns

The definition(s) of the specified word.

http://smallbasic.com/img/method_16.png GetDefinitionEnglishToJapanese

Dictionary.GetDefinitionEnglishToJapanese(word)

Gets the definition of a word, English to Japanese.

word

The word to define.

Returns

The definition(s) of the specified word.

http://smallbasic.com/img/method_16.png GetDefinitionFrenchToEnglish

Dictionary.GetDefinitionFrenchToEnglish(word)

Gets the definition of a word, French to English.

word

The word to define.

Returns

The definition(s) of the specified word.

http://smallbasic.com/img/method_16.png GetDefinitionItalianToEnglish

Dictionary.GetDefinitionItalianToEnglish(word)

Gets the definition of a word, Itlian to English.

word

The word to define.

Returns

The definition(s) of the specified word.

http://smallbasic.com/img/method_16.png GetDefinitionTraditionalChineseToEnglish

Dictionary.GetDefinitionTraditionalChineseToEnglish(word)

Gets the definition of a word, Traditional Chinese to English.

word

The word to define.

Returns

The definition(s) of the specified word.

http://smallbasic.com/img/method_16.png GetDefinitionSpanishToEnglish

Dictionary.GetDefinitionSpanishToEnglish(word)

Gets the definition of a word, Spanish to English.

word

The word to define.

Returns

The definition(s) of the specified word.

http://smallbasic.com/img/method_16.png GetDefinitionJapaneseToEnglish

Dictionary.GetDefinitionJapaneseToEnglish(word)

Gets the definition of a word, Japanese to English.

word

The word to define.

Returns

The definition(s) of the specified word.

http://smallbasic.com/img/method_16.png GetDefinitionEnglishToKorean

Dictionary.GetDefinitionEnglishToKorean(word)

Gets the definition of a word, English to Korean.

word

The word to define.

Returns

The definition(s) of the specified word.

http://smallbasic.com/img/method_16.png GetDefinitionEnglishToTraditionalChinese

Dictionary.GetDefinitionEnglishToTraditionalChinese(word)

Gets the definition of a word, English to Traditional Chinese.

word

The word to define.

Returns

The definition(s) of the specified word.

http://smallbasic.com/img/method_16.png GetDefinitionKoreanToEnglish

Dictionary.GetDefinitionKoreanToEnglish(word)

Gets the definition of a word, Korean to English.

word

The word to define.

Returns

The definition(s) of the specified word.

http://smallbasic.com/img/method_16.png GetDefinitionEnglishToItalian

Dictionary.GetDefinitionEnglishToItalian(word)

Gets the definition of a word, English to Italian.

word

The word to define.

Returns

The definition(s) of the specified word.

http://smallbasic.com/img/method_16.png GetDefinitionEnglishToSpanish

Dictionary.GetDefinitionEnglishToSpanish(word)

Gets the definition of a word, English to Spanish.

word

The word to define.

Returns

The definition(s) of the specified word.

 

See Also