class documentation
class BabelImageSource(Enum):
Sources for BabelNet images, sorted by priority.
| Class Method | get |
Return the license for a given image source. |
| Method | __init__ |
init method |
| Constant | BABELNET |
BabelNet image. |
| Constant | BABELPIC |
BabelPic gold image. |
| Constant | BABELPIC |
BabelPic silver image |
| Constant | IMAGENET |
ImageNet image. |
| Constant | OMWIKI |
OmegaWiki image. |
| Constant | WIKI |
Wikipedia image. |
| Constant | WIKIDATA |
Wikidata image. |
| Instance Variable | ordinal |
the ordinal |
| Method | __repr__ |
Undocumented |
| Method | __str__ |
Undocumented |
Return the license for a given image source.
| Parameters | |
source:BabelImageSource | Image source. |
| Returns | |
BabelLicense | The BabelLicense for the image source. |