Click or drag to resize

contentParagraph_setSentencesFromContentTSentence Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbNLP.Core.contentStructure.elements.contentParagraph._setSentencesFromContent``1(System.Object[])"]

Namespace:  imbNLP.Core.contentStructure.elements
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
protected virtual contentSentenceCollection _setSentencesFromContent<TSentence>(
	params Object[] resources
)
where TSentence : new(), IContentSentence

Parameters

resources
Type: SystemObject

[Missing <param name="resources"/> documentation for "M:imbNLP.Core.contentStructure.elements.contentParagraph._setSentencesFromContent``1(System.Object[])"]

Type Parameters

TSentence

[Missing <typeparam name="TSentence"/> documentation for "M:imbNLP.Core.contentStructure.elements.contentParagraph._setSentencesFromContent``1(System.Object[])"]

Return Value

Type: contentSentenceCollection

[Missing <returns> documentation for "M:imbNLP.Core.contentStructure.elements.contentParagraph._setSentencesFromContent``1(System.Object[])"]

See Also