Logo
ApraPipes 1.0
Loading...
Searching...
No Matches
AudioToTextXFormProps Class Reference

#include <AudioToTextXForm.h>

Inheritance diagram for AudioToTextXFormProps:
Inheritance graph
Collaboration diagram for AudioToTextXFormProps:
Collaboration graph

Public Types

enum  DecoderSamplingStrategy { GREEDY , BEAM_SEARCH }
 
- Public Types inherited from ModuleProps
enum  FrameFetchStrategy { PUSH , PULL }
 

Public Member Functions

 AudioToTextXFormProps (DecoderSamplingStrategy _samplingStrategy, std::string _modelPath, int _bufferSize)
 
size_t getSerializeSize ()
 
- Public Member Functions inherited from ModuleProps
 ModuleProps ()
 
 ModuleProps (float _fps)
 
 ModuleProps (float _fps, size_t _qlen, bool _logHealth)
 
 ModuleProps (FrameFetchStrategy _frameFetchStrategy)
 
size_t getQLen ()
 

Public Attributes

DecoderSamplingStrategy samplingStrategy
 
std::string modelPath
 
int bufferSize
 
- Public Attributes inherited from ModuleProps
float fps
 
size_t qlen
 
bool logHealth
 
int logHealthFrequency
 
size_t maxConcurrentFrames
 
int skipN = 0
 
int skipD = 1
 
FrameFetchStrategy frameFetchStrategy
 
QuePushStrategy::QuePushStrategyType quePushStrategyType
 
FIndexStrategy::FIndexStrategyType fIndexStrategyType
 
bool enableHealthCallBack
 
int healthUpdateIntervalInSec
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Friends

class boost::serialization::access
 

Member Enumeration Documentation

◆ DecoderSamplingStrategy

Enumerator
GREEDY 
BEAM_SEARCH 

Constructor & Destructor Documentation

◆ AudioToTextXFormProps()

AudioToTextXFormProps::AudioToTextXFormProps ( DecoderSamplingStrategy _samplingStrategy,
std::string _modelPath,
int _bufferSize )

Member Function Documentation

◆ getSerializeSize()

size_t AudioToTextXFormProps::getSerializeSize ( )
virtual

Reimplemented from ModuleProps.

Here is the call graph for this function:

◆ serialize()

template<class Archive >
void AudioToTextXFormProps::serialize ( Archive & ar,
const unsigned int version )
private

Friends And Related Symbol Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Member Data Documentation

◆ bufferSize

int AudioToTextXFormProps::bufferSize

◆ modelPath

std::string AudioToTextXFormProps::modelPath

◆ samplingStrategy

DecoderSamplingStrategy AudioToTextXFormProps::samplingStrategy

The documentation for this class was generated from the following files: