mgnipy.emgapi_v2_client.models.europe_pmc_annotation module#

class mgnipy.emgapi_v2_client.models.europe_pmc_annotation.EuropePmcAnnotation(annotation_text, mentions)[source]#

Bases: object

Parameters:
annotation_text#

Text of the annotation

Type:

str

mentions#

List of occurrence where the annotation is mentioned in the publication

Type:

list [EuropePmcAnnotationMention]

property additional_keys: list [str ]#
additional_properties: dict [str , Any]#
annotation_text: str #
classmethod from_dict(src_dict)[source]#
Parameters:

src_dict (Mapping [str , Any ])

Return type:

T

mentions: list [EuropePmcAnnotationMention]#
to_dict()[source]#
Return type:

dict [str , Any ]