text

abstract suspend fun text(document: Document): CharSequence(source)

Retrieves the full text content of the given document as a character sequence.

Return

A CharSequence representing the text content of the document.

Parameters

document

The document whose text content is to be retrieved.