Calls the Yahoo Web service and returns extracted terms

Namespace: MonoSoftware.MonoX.Mashups
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public List<string> GetTerms(
	string context
)
Visual Basic
Public Function GetTerms ( 
	context As String
) As List(Of String)
Visual C++
public:
List<String^>^ GetTerms(
	String^ context
)
F#
member GetTerms : 
        context : string -> List<string> 

Parameters

context
Type: System..::..String
Mandatory, chunk of text to be extracted

Return Value

Type: List<(Of <(<'String>)>)>
List of extracted terms

See Also