class documentation

class BabelAPIType(Enum):

View In Hierarchy

Type of BabelNet API.

Constant OFFLINE Fully offline, with all indices on the machine.
Constant ONLINE Fully online, with no indices on the machine.
Constant RPC Fully offline, with all indices on the machine and index APIs accessible via RPC
Property type Return the corresponding type of API.
Method __repr__ Undocumented
Method __str__ Undocumented
OFFLINE: str =

Fully offline, with all indices on the machine.

Value
'offline'
ONLINE: str =

Fully online, with no indices on the machine.

Value
'online RESTful'
RPC: str =

Fully offline, with all indices on the machine and index APIs accessible via RPC

Value
'Remote Procedure Call'
@property
type: str =

Return the corresponding type of API.

def __repr__(self):

Undocumented

def __str__(self):

Undocumented