ใ‚ณใƒณใƒ†ใƒณใƒ„ใซใ‚นใ‚ญใƒƒใƒ—

extractAllTextOutput

ใ“ใฎใ‚ณใƒณใƒ†ใƒณใƒ„ใฏใพใ ๆ—ฅๆœฌ่ชž่จณใŒใ‚ใ‚Šใพใ›ใ‚“ใ€‚

function extractAllTextOutput(items): string;

Extract all text output from a list of run items by concatenating the content of all message output items.

Parameter Type Description

items

RunItem[]

The list of run items to extract text from.

string

A string of all the text output from the run items.