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:13000/action=AddTask&Type=SearchFMD&File=C:\Data\myData.fmd&PhraseList=ListManager/phrases&Lang=ENUS-pm&Out=SpeechResults.ctm
This action uses port 13000
to instruct IDOL Speech Server, which is located on the local machine, to search the myData.fmd
file for the phrases listed in the phrases
list and write the search results to the SpeechResults.ctm
file.
|