#include <bsapi.h>
Inheritance diagram for STranscriptionSegmenterI:

Public Member Functions | |
| virtual void BSAPI_METHOD | SetWaitForWholeSentence (bool waitForWholeSentence=false)=0 |
| Set whether to wait for all the segments before sending segmented transcriptions. | |
| virtual void BSAPI_METHOD | SetSpeechLabel (const char *pSpeechLabel="voice")=0 |
| Set speech label to be used with segmentation. | |
| virtual void BSAPI_METHOD | SetSilenceLabel (const char *pSpeechLabel="silence")=0 |
| Set speech label to be used with segmentation. | |
| virtual void BSAPI_METHOD | SetTarget (STransCallbackI *pTarget)=0 |
| Set target object. | |
| virtual void BSAPI_METHOD STranscriptionSegmenterI::SetSilenceLabel | ( | const char * | pSpeechLabel = "silence" |
) | [pure virtual] |
Set speech label to be used with segmentation.
Sets the label value so the segments with this label coming to the OnTranscription callback will be considered as speech and will be processed
| pSpeechLabel | label of (speech) segments to be processed |
| virtual void BSAPI_METHOD STranscriptionSegmenterI::SetSpeechLabel | ( | const char * | pSpeechLabel = "voice" |
) | [pure virtual] |
Set speech label to be used with segmentation.
Sets the label value so the segments with this label coming to the OnTranscription callback will be considered as speech and will be processed
| pSpeechLabel | label of (speech) segments to be processed |
| virtual void BSAPI_METHOD STranscriptionSegmenterI::SetTarget | ( | STransCallbackI * | pTarget | ) | [pure virtual] |
Set target object.
Target object receives segmented features.
| pTarget | pointer to target object |
| virtual void BSAPI_METHOD STranscriptionSegmenterI::SetWaitForWholeSentence | ( | bool | waitForWholeSentence = false |
) | [pure virtual] |
Set whether to wait for all the segments before sending segmented transcriptions.
| waitForWholeSentence | enable or disable waiting for whole sentence |
1.4.7