ZennoLab Assemblies Documentation
ContextRecognition Method
See Also  Send Feedback
ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > ZennoPoster Class : ContextRecognition Method
text

Type: System.String

The text for recognize.

themesType

Type: System.String

The themes type. It can be general or detailed. The detailed is not support now.

maxThemes

Type: System.Int32

The maximum count of the themes.

relevance

Type: System.Int32

The minimum relevance for the themes.

Glossary Item Box

Recognizes the themes for the specified text.

Syntax

C# 
public static string ContextRecognition( 
   string text,
   string themesType,
   int maxThemes,
   int relevance
)

Parameters

text

Type: System.String

The text for recognize.

themesType

Type: System.String

The themes type. It can be general or detailed. The detailed is not support now.

maxThemes

Type: System.Int32

The maximum count of the themes.

relevance

Type: System.Int32

The minimum relevance for the themes.

Return Value

Type: System.String

The string which contains the all suitable themes written via separator.

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.