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

Public Member Functions | |
| virtual float *BSAPI_METHOD | GetIVector ()=0 |
| Get iVector. | |
| virtual int BSAPI_METHOD | GetLength ()=0 |
| Get iVector length. | |
| virtual bool BSAPI_METHOD | SetIVector (float *pIvector, int length)=0 |
| Set the iVector. | |
| virtual int BSAPI_METHOD | GetNFrames ()=0 |
| Get number of speech frames used to extract iVector. | |
| virtual void BSAPI_METHOD | SetNFrames (int nFrames)=0 |
| Set number of speech frames used to extract iVector. | |
| virtual float* BSAPI_METHOD SParamIVectorI::GetIVector | ( | ) | [pure virtual] |
Get iVector.
| virtual int BSAPI_METHOD SParamIVectorI::GetLength | ( | ) | [pure virtual] |
Get iVector length.
| virtual int BSAPI_METHOD SParamIVectorI::GetNFrames | ( | ) | [pure virtual] |
Get number of speech frames used to extract iVector.
This information can be used for callibration.
| virtual bool BSAPI_METHOD SParamIVectorI::SetIVector | ( | float * | pIvector, | |
| int | length | |||
| ) | [pure virtual] |
Set the iVector.
| pIvector | iVector, an array of floats | |
| length | number of values in iVector |
| virtual void BSAPI_METHOD SParamIVectorI::SetNFrames | ( | int | nFrames | ) | [pure virtual] |
Set number of speech frames used to extract iVector.
| nFrames | number of frames |
1.4.7