VFPAnalyzerSearchAsync Method |
Searches one fingerprint in another.
Namespace:
VisioForge.VideoFingerPrinting
Assembly:
VisioForge.VideoFingerPrinting (in VisioForge.VideoFingerPrinting.dll) Version: 1.0.0
Syntax public static Task<List<TimeSpan>> SearchAsync(
VFPFingerPrint fp1,
VFPFingerPrint fp2,
TimeSpan duration,
int maxDifference,
bool allowMultipleFragments
)
Public Shared Function SearchAsync (
fp1 As VFPFingerPrint,
fp2 As VFPFingerPrint,
duration As TimeSpan,
maxDifference As Integer,
allowMultipleFragments As Boolean
) As Task(Of List(Of TimeSpan))
Parameters
- fp1
- Type: VisioForge.VideoFingerPrintingVFPFingerPrint
Fingerprint to search.
- fp2
- Type: VisioForge.VideoFingerPrintingVFPFingerPrint
Fingerprint to search into it.
- duration
- Type: SystemTimeSpan
Ad duration.
- maxDifference
- Type: SystemInt32
Maximal difference.
- allowMultipleFragments
- Type: SystemBoolean
True to allow multiple fragments search.
Return Value
Type:
TaskListTimeSpan
Returns true if found.
See Also