Click or drag to resize

contentTokenSubjectRenderrender Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Renders the textMap from specified token subject

Namespace:  imbNLP.PartOfSpeech.pipelineForPos.render
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public static textMap<pipelineTaskSubjectContentToken> render(
	this pipelineTaskSubjectContentToken token,
	contentTokenSubjectRenderMode mode
)

Parameters

token
Type: imbNLP.PartOfSpeech.pipelineForPos.subjectpipelineTaskSubjectContentToken
The token.
mode
Type: imbNLP.PartOfSpeech.pipelineForPos.rendercontentTokenSubjectRenderMode
The mode.

Return Value

Type: textMappipelineTaskSubjectContentToken

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.pipelineForPos.render.contentTokenSubjectRender.render(imbNLP.PartOfSpeech.pipelineForPos.subject.pipelineTaskSubjectContentToken,imbNLP.PartOfSpeech.pipelineForPos.render.contentTokenSubjectRenderMode)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type pipelineTaskSubjectContentToken. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also