MinimumMatchDuration
The minimum amount of matching video that must be present in the ingested media. For example, if you train a video clip with a duration of 10 minutes and set MinimumMatchDuration=60s
, Media Server will report a match when the analyzed video contains at least one minute of the trained clip.
By default, Media Server only reports a match when the whole of the trained clip is present in the ingested media.
Set this parameter only when you need to detect partial matches. Setting this parameter can reduce performance with a large database of clips. If you set this parameter to a short time duration, Media Server might report more false positive results.
Type: |
Time duration
The value of this parameter is a time duration. Specify a value using one or more of the following units: days d hours h minutes m seconds s milliseconds ms microseconds us For example, all of the following are equivalent: 1minute 3seconds |
Default: | Media Server must detect the whole of the trained video clip |
Required: | No |
Configuration Section: | TaskName |
Example: | MinimumMatchDuration=5 minutes
|
See Also: |