Skip to main content
class TextContentItem(TypedDict)
Text content item for content-based extraction.

Parameters

type
str
The type of the content item, which is always “text”.
data
str
The text data.