langchain.text_splitter.ElementType¶

class langchain.text_splitter.ElementType[source]¶

Element type as typed dict.

url: str¶
xpath: str¶
content: str¶
metadata: Dict[str, str]¶