VideoFingerprintDB Class |
Namespace: VisioForge.VideoFingerPrinting.MongoDB
The VideoFingerprintDB type exposes the following members.
| Name | Description | |
|---|---|---|
| VideoFingerprintDB(String) |
Initializes a new instance of the VideoFingerprintDB class.
| |
| VideoFingerprintDB(String, MongoClientSettings) |
Initializes a new instance of the VideoFingerprintDB class.
| |
| VideoFingerprintDB(String, String) |
Initializes a new instance of the VideoFingerprintDB class.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LoadFromDB |
Loads fingerprints from DB.
| |
| LoadFromFolder |
Loads DB from folder.
| |
| MaxAdDuration |
Gets max ad duration.
| |
| RemoveAll |
Remove all items from DB.
| |
| RemoveByID |
Removes item by id.
| |
| RemoveByName |
Removes item by id.
| |
| SearchFingerprintsInFolder |
Searches fingerprints in folder.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Upload |
Uploads fingerprint.
|