Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to SummaryMBS class.
SummaryMBS.Constructor(text as string)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Mac | MBS MacFrameworks Plugin | 10.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
text: The text string that you want to summarize.
On success the handle property is not zero.
The constructor creates a summarization object that pre-analyzes a text string to support fast summarization.
Available in Mac OS X v10.4 and later.
SummaryMBS.ParagraphAtIndex(index as Integer) as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Mac | MBS MacFrameworks Plugin | 10.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
index: The ordinal number of the paragraph in the original text, with the first paragraph designated by zero (this function uses zero-based indexing).
Return a string containing the specified paragraph, or "" on failure.
Available in Mac OS X v10.4 and later.
SummaryMBS.ParagraphIndexOfParagraphs as Integer()
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Mac | MBS MacFrameworks Plugin | 10.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
SummaryMBS.ParagraphIndexOfSentences as Integer()
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Mac | MBS MacFrameworks Plugin | 10.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
SummaryMBS.ParagraphSummaryString(numParagraphs as Integer) as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Mac | MBS MacFrameworks Plugin | 10.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
numParagraphs: The maximum number of paragraphs you want in the summary.
Returns a string containing the requested summary.
Available in Mac OS X v10.4 and later.
SummaryMBS.RankOrderOfParagraphs as Integer()
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Mac | MBS MacFrameworks Plugin | 10.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
SummaryMBS.RankOrderOfSentences as Integer()
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Mac | MBS MacFrameworks Plugin | 10.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
SummaryMBS.SentenceAtIndex(index as Integer) as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Mac | MBS MacFrameworks Plugin | 10.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
index: The ordinal number of the sentence in the original text, with the first sentence designated by zero (this function uses zero-based indexing).
Returns a string containing the specified sentence, or NULL on failure.
Available in Mac OS X v10.4 and later.
SummaryMBS.SentenceIndexOfSentences as Integer()
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Mac | MBS MacFrameworks Plugin | 10.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
SummaryMBS.SentenceSummaryString(numSentences as Integer) as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Mac | MBS MacFrameworks Plugin | 10.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
numSentences: The maximum number of sentences you want in the summary.
Returns a string containing the requested summary.
Available in Mac OS X v10.4 and later.
The items on this page are in the following plugins: MBS MacFrameworks Plugin.