Tldr

class semanticscholar.Tldr.Tldr(data)

This class represents auto-generated short summary of the paper from the SciTLDR model.

keys() list

Returns a list of all keys in the API response data.

Return type:

list

property model: str
Type:

str

property raw_data: dict

The API response data in its original JSON structure, represented as a dict.

Type:

dict

property text: str
Type:

str