mgnipy.emgapi_v2_client.models.europe_pmc_annotation_mention module#

class mgnipy.emgapi_v2_client.models.europe_pmc_annotation_mention.EuropePmcAnnotationMention(exact, type_, tags, id=<mgnipy.emgapi_v2_client.types.Unset object>, postfix=<mgnipy.emgapi_v2_client.types.Unset object>, prefix=<mgnipy.emgapi_v2_client.types.Unset object>, provider='Metagenomic', section=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#

Bases: object

Parameters:
exact#

The exact text of the annotation in the text

Type:

str

type_#

The type of the annotation

Type:

str

tags#

A list of tags that associate the annotation with an ontology term

Type:

list [EuropePmcAnnotationTag]

id#
Type:

None | str | Unset

postfix#

The text immediately following the annotation

Type:

None | str | Unset

prefix#

The text immediately preceding the annotation

Type:

None | str | Unset

provider#

The provider of the annotation Default: ‘Metagenomic’.

Type:

str | Unset

section#

The section of the text where the annotation occurs

Type:

None | str | Unset

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

src_dict (Mapping [str , Any ])

Return type:

T

id: None | str | Unset#
postfix: None | str | Unset#
prefix: None | str | Unset#
provider: str | Unset#
section: None | str | Unset#
tags: list [EuropePmcAnnotationTag]#
to_dict()[source]#
Return type:

dict [str , Any ]

type_: str #