#include <AudioToTextXForm.h>
|
template<class Archive> |
void | serialize (Archive &ar, const unsigned int version) |
|
◆ DecoderSamplingStrategy
Enumerator |
---|
GREEDY | |
BEAM_SEARCH | |
◆ AudioToTextXFormProps()
AudioToTextXFormProps::AudioToTextXFormProps |
( |
DecoderSamplingStrategy | _samplingStrategy, |
|
|
std::string | _modelPath, |
|
|
int | _bufferSize ) |
◆ getSerializeSize()
size_t AudioToTextXFormProps::getSerializeSize |
( |
| ) |
|
|
virtual |
◆ serialize()
template<class Archive>
void AudioToTextXFormProps::serialize |
( |
Archive & | ar, |
|
|
const unsigned int | version ) |
|
private |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ bufferSize
int AudioToTextXFormProps::bufferSize |
◆ modelPath
std::string AudioToTextXFormProps::modelPath |
◆ samplingStrategy
The documentation for this class was generated from the following files: