A union type representing content items for AI data extraction from various content types.This type alias defines the complete set of content types supported by the content-based
extract_structured_data function for extracting data from text, image buffers, or image URLs
without requiring a page source.
from intuned_browser.ai import TextContentItemasync def automation(page, params, **_kwargs):text_content: TextContentItem = {"type": "text","data": "John Doe, age 30, works as a Software Engineer at Tech Corp"}