| Package | Description |
|---|---|
| fiftyone.mobile.detection | |
| fiftyone.mobile.detection.entities.stream | |
| fiftyone.mobile.detection.factories |
| Class and Description |
|---|
| TriePool
As multiple threads need to read from the Source concurrently this class
provides a mechanism for readers to be recycled across threads and requests.
|
| Class and Description |
|---|
| BaseList
Lists can be stored as a set of related objects entirely within memory, or
the relevant objects loaded as required from a file or other permanent store
as required.
|
| Cache
Many of the entities used by the detector data set are requested repeatedly.
|
| ICacheList |
| Pool
As multiple threads need to read from the Source concurrently this class
provides a mechanism for readers to be recycled across threads and requests.
|
| Source
Encapsulates either a byte array or a file containing the uncompressed data
structures used by the data set.
|
| TrieSource
Encapsulates either a byte array or a file containing the uncompressed data
structures used by the data set.
|
| Class and Description |
|---|
| Source
Encapsulates either a byte array or a file containing the uncompressed data
structures used by the data set.
|