Click or drag to resize

paragraphDetectionsetParagraphTSentence, TSubSentence, TToken Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:imbNLP.Core.contentPreprocess.paragraphDetection.setParagraph``3(imbNLP.Core.contentStructure.interafaces.IContentParagraph,System.Object[])"]

Namespace:  imbNLP.Core.contentPreprocess
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public static void setParagraph<TSentence, TSubSentence, TToken>(
	this IContentParagraph paragraph,
	params Object[] resources
)

Parameters

paragraph
Type: imbNLP.Core.contentStructure.interafacesIContentParagraph

[Missing <param name="paragraph"/> documentation for "M:imbNLP.Core.contentPreprocess.paragraphDetection.setParagraph``3(imbNLP.Core.contentStructure.interafaces.IContentParagraph,System.Object[])"]

resources
Type: SystemObject

[Missing <param name="resources"/> documentation for "M:imbNLP.Core.contentPreprocess.paragraphDetection.setParagraph``3(imbNLP.Core.contentStructure.interafaces.IContentParagraph,System.Object[])"]

Type Parameters

TSentence

[Missing <typeparam name="TSentence"/> documentation for "M:imbNLP.Core.contentPreprocess.paragraphDetection.setParagraph``3(imbNLP.Core.contentStructure.interafaces.IContentParagraph,System.Object[])"]

TSubSentence

[Missing <typeparam name="TSubSentence"/> documentation for "M:imbNLP.Core.contentPreprocess.paragraphDetection.setParagraph``3(imbNLP.Core.contentStructure.interafaces.IContentParagraph,System.Object[])"]

TToken

[Missing <typeparam name="TToken"/> documentation for "M:imbNLP.Core.contentPreprocess.paragraphDetection.setParagraph``3(imbNLP.Core.contentStructure.interafaces.IContentParagraph,System.Object[])"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IContentParagraph. 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