Reference

class semanticscholar.Reference.Reference(data: dict)

This class abstracts a reference.

keys() list

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

Return type:

list

property contexts: list
Type:

list

property contextsWithIntent: list
Type:

list

property intents: list
Type:

list

property isInfluential: bool
Type:

bool

property paper: Paper
Type:

semanticscholar.Paper.Paper

property raw_data: dict

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

Type:

dict