InputProviders API for Python#

class eot.wowool.io.provider.InputProvider#

InputProvider is an interface utility to handle data input.

__init__(doc_id: str)#

Initialize an InputProvider instance

Parameters

doc_id (str) – Unique document identifier

Return type

InputProvider

property id: str#
Returns

Unique document identifier

Return type

str

property text: str#
Returns

Text content of the document

Return type

str