Web2Meaning
Web2Meaning API
Last updated
Web2Meaning API
Last updated
This schema uses our Web2Meaning API on RapidAPI. To use it, you will need to subscribe. Learn more about the API and subscriptions here:
Subclass of Executable. Type of Executable[Web2MeaningInput, Web2MeaningOutput]
Main methods and properties
rapid_api_key (str): API access key.
cfg (Optional[Web2MeaningParameters], optional): API parameters.
input_class (Type[Web2MeaningInput], optional): Class for input validation. Defaults to Web2MeaningInput.
output_class (Type[Web2MeaningOutput], optional): Class for output validation. Defaults to Web2MeaningOutput.
name (Optional[str], optional): Name for identification. If equals to None, class name will be used. Defaults to None.
Subclass of IOModel.
url (str): The URL of the page to be processed.
Subclass of IOModel.
results (Dict[str, Any]): API response. For more details about possible responses, see:
Parameters for API call. Subclass of Config.