The SearchFMD
task searches a phonetic time track file for one or more specified phrases.
Parameter | Description | Required |
---|---|---|
Type | The task name. Set to SearchFMD . |
Yes |
File | The phonetic time track (.fmd) file to search. | Yes |
Lang | The phonetic phrase search language pack to use. | Yes |
Out | The file to write the results to. | Yes |
Phrase | The word or phrase to search for. | * |
PhraseList | A list of multiple phrases to search for. | * |
*You must set one of Phrase and PhraseList.
http://localhost:15000/action=AddTask&Type=SearchFMD&File=C:\Data\myData.fmd&PhraseList=ListManager/phrases&Lang=ENUS-pm&Out=SpeechResults.ctm
This action searches the myData.fmd
file for the phrases listed in the phrases
list and writes the search results to the SpeechResults.ctm
file.
|