getTextForBlocks

abstract fun getTextForBlocks(@NonNull textBlocks: List<TextBlock>): String

Returns page text for a list of text blocks. The text is created by sequentially concatenating text blocks with a single space used as a separator.

Return

String from the given text blocks.

Parameters

textBlocks

List of text blocks to return text for.