| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
Decoder.PROP_FEATURE_BLOCK_SIZE
The property for the number of features to recognize at once.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ThreadedAcousticScorer.PROP_MIN_SCOREABLES_PER_THREAD
The property that controls the minimum number of scoreables sent to a thread.
|
static java.lang.String |
ThreadedAcousticScorer.PROP_NUM_THREADS
The property that controls the number of threads that are used to score HMM states.
|
static java.lang.String |
ThreadedAcousticScorer.PROP_THREAD_PRIORITY
The property that controls the thread priority of scoring threads.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ActiveListFactory.PROP_ABSOLUTE_BEAM_WIDTH
property that sets the desired (or target) size for this active list.
|
static java.lang.String |
ActiveList.PROP_ABSOLUTE_BEAM_WIDTH
property that sets the desired (or target) size for this active list.
|
static java.lang.String |
ActiveListManager.PROP_ABSOLUTE_WORD_BEAM_WIDTH
The property that specifies the absolute word beam width
|
static java.lang.String |
WordPruningBreadthFirstSearchManager.PROP_GROW_SKIP_INTERVAL
The property that controls the number of frames processed for every time
the decode growth step is skipped.
|
static java.lang.String |
SimpleBreadthFirstSearchManager.PROP_GROW_SKIP_INTERVAL
The property that controls the number of frames processed for every time the decode growth step is skipped.
|
static java.lang.String |
WordPruningBreadthFirstLookaheadSearchManager.PROP_LOOKAHEAD_WINDOW
The property that controls size of lookahead window.
|
static java.lang.String |
WordActiveListFactory.PROP_MAX_FILLER_WORDS
property that sets the max filler words allowed in the beam.
|
static java.lang.String |
WordPruningBreadthFirstSearchManager.PROP_MAX_LATTICE_EDGES
The property that specifies the maximum lattice edges
|
static java.lang.String |
WordActiveListFactory.PROP_MAX_PATHS_PER_WORD
property that sets the max paths for a single word.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DataBufferProcessor.PROP_BUFFER_SIZE
The maximal size of the buffer in frames.
|
static java.lang.String |
DataBufferProcessor.PROP_WAIT_TIME_MS
The time in milliseconds which will be waited between two attempts to read a data element from the buffer when
being in
waitIfEmpty-mode |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
Denoise.SMOOTH_WINDOW |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SpeechMarker.PROP_END_SILENCE
The property for the amount of time in silence (in milliseconds) to be
considered as utterance end.
|
static java.lang.String |
SpeechClassifier.PROP_FRAME_LENGTH_MS
The property specifying the endpointing frame length in milliseconds.
|
static java.lang.String |
SpeechMarker.PROP_SPEECH_LEADER
The property for the amount of time (in milliseconds) before speech start
to be included as speech data.
|
static java.lang.String |
SpeechMarker.PROP_START_SPEECH
The property for the minimum amount of time in speech (in milliseconds)
to be considered as utterance start.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LiveCMN.PROP_CMN_SHIFT_WINDOW
The property for the CMN shifting window.
|
static java.lang.String |
LiveCMN.PROP_CMN_WINDOW
The property for the live CMN window size.
|
static java.lang.String |
FrameDropper.PROP_DROP_EVERY_NTH_FRAME
The property that specifies dropping one in every Nth frame.
|
static java.lang.String |
AbstractFeatureExtractor.PROP_FEATURE_WINDOW
The property for the window of the DeltasFeatureExtractor.
|
static java.lang.String |
LiveCMN.PROP_INITIAL_CMN_WINDOW
The property for the live CMN initial window size.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PLPCepstrumProducer.PROP_CEPSTRUM_LENGTH
The property specifying the length of the cepstrum data.
|
static java.lang.String |
PLPCepstrumProducer.PROP_LPC_ORDER
The property specifying the LPC order.
|
static java.lang.String |
PLPFrequencyFilterBank.PROP_NUMBER_FILTERS
The property for the number of filters in the filterbank.
|
static java.lang.String |
PLPCepstrumProducer.PROP_NUMBER_FILTERS
The property for the number of filters in the filter bank.
|
static java.lang.String |
MelFrequencyFilterBank2.PROP_NUMBER_FILTERS
The property for the number of filters in the filterbank.
|
static java.lang.String |
MelFrequencyFilterBank.PROP_NUMBER_FILTERS
The property for the number of filters in the filterbank.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DiscreteCosineTransform.PROP_CEPSTRUM_LENGTH
The property for the size of the cepstrum
|
static java.lang.String |
Lifter.PROP_LIFTER_VALUE
The property for the value of the lifterValue
|
static java.lang.String |
DiscreteFourierTransform.PROP_NUMBER_FFT_POINTS
The property for the number of points in the Fourier Transform.
|
static java.lang.String |
DiscreteCosineTransform.PROP_NUMBER_FILTERS
The property for the number of filters in the filterbank.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
WavWriter.PROP_BITS_PER_SAMPLE
The property for the number of bits per value.
|
static java.lang.String |
StreamDataSource.PROP_BITS_PER_SAMPLE
The property for the number of bits per value.
|
static java.lang.String |
Microphone.PROP_BITS_PER_SAMPLE
The property for the number of bits per value.
|
static java.lang.String |
Microphone.PROP_BUFFER_SIZE
The property that specifies the size of the buffer used to store
audio samples recorded from the microphone.
|
static java.lang.String |
StreamDataSource.PROP_BYTES_PER_READ
The property for the number of bytes to read from the InputStream each
time.
|
static java.lang.String |
AudioFileDataSource.PROP_BYTES_PER_READ
The property for the number of bytes to read from the InputStream each time.
|
static java.lang.String |
StreamHTKCepstrum.PROP_CEPSTRUM_LENGTH
The property specifying the length of the cepstrum data.
|
static java.lang.String |
StreamCepstrumSource.PROP_CEPSTRUM_LENGTH
The property specifying the length of the cepstrum data.
|
static java.lang.String |
Microphone.PROP_CHANNELS
The property specifying the number of channels.
|
static java.lang.String |
EnergyPlotter.PROP_MAX_ENERGY
The maximum level of energy for which a plot string will be preconstructed.
|
static java.lang.String |
ConcatFileDataSource.PROP_MAX_SILENCE
The property that specifies the maximum number of times the silence file is added between files.
|
static java.lang.String |
Microphone.PROP_MSEC_PER_READ
The property that specifies the number of milliseconds of audio data to read each time from the underlying
Java Sound audio device.
|
static java.lang.String |
StreamHTKCepstrum.PROP_SAMPLE_RATE
The property that defines the sample rate
|
static java.lang.String |
StreamDataSource.PROP_SAMPLE_RATE
The property for the sample rate.
|
static java.lang.String |
StreamCepstrumSource.PROP_SAMPLE_RATE
The property that defines the sample rate
|
static java.lang.String |
Microphone.PROP_SAMPLE_RATE
The property for the sample rate of the data.
|
static java.lang.String |
Microphone.PROP_SELECT_CHANNEL
The property that specifies the channel to use if the audio is stereo
|
static java.lang.String |
ConcatFileDataSource.PROP_SKIP
The property that specifies the number of files to skip for every file read.
|
static java.lang.String |
ConcatFileDataSource.PROP_START_FILE
The property that specifies which file to start at.
|
static java.lang.String |
ConcatFileDataSource.PROP_TOTAL_FILES
The property that specifies the total number of files to read.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
Sphinx3Loader.PROP_TOPN
Number of top Gaussians to use in scoring
|
static java.lang.String |
HTKLoader.PROP_VECTOR_LENGTH
The property for the length of feature vectors.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
Sphinx3Saver.PROP_VECTOR_LENGTH |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TrivialAcousticModel.LEFT_CONTEXT_SIZE
Defines the left context size
|
static java.lang.String |
TrivialAcousticModel.RIGHT_CONTEXT_SIZE |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
Dictionary.PROP_G2P_MAX_PRONUNCIATIONS
The property for the g2p model file path.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LanguageModel.PROP_MAX_DEPTH
The property specifying the maximum depth reported by the language model
(from a getMaxDepth()) call.
|
static java.lang.String |
NetworkLanguageModel.PROP_PORT
The property specifying the port of the language model server.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LargeNGramModel.PROP_NGRAM_CACHE_SIZE
The property that defines that maximum number of ngrams to be cached
|
static java.lang.String |
LargeTrigramModel.PROP_TRIGRAM_CACHE_SIZE
The property that defines that maximum number of trigrams to be cached
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NgramTrieModel.PROP_NGRAM_CACHE_SIZE
The property that defines that maximum number of ngrams to be cached
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LexTreeLinguist.PROP_CACHE_SIZE
The property that defines the size of the arc cache (zero to disable the cache).
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BatchNISTRecognizer.PROP_BITS_PER_SAMPLE
The sphinx properties that specify the format of the PCM audio in the data file
|
static java.lang.String |
BatchNISTRecognizer.PROP_CHANNEL_COUNT |
static java.lang.String |
BatchModeRecognizer.PROP_COUNT
The property for how many utterances to process
|
static java.lang.String |
BatchNISTRecognizer.PROP_FRAMES_PER_SECOND |
static java.lang.String |
BatchNISTRecognizer.PROP_SAMPLES_PER_SECOND |
static java.lang.String |
BatchModeRecognizer.PROP_SKIP
The property or how many files to skip for every decode.
|
static java.lang.String |
BatchModeRecognizer.PROP_TOTAL_BATCHES
The property for the total number of batch jobs the decoding run is being divided into.
|
static java.lang.String |
BatchModeRecognizer.PROP_WHICH_BATCH
The property that specified which batch job is to be run.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LiveModeRecognizer.PROP_ALIGN_INTERVAL
The property specifying the number of files to decode before alignment is performed.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TrainManager.PROP_MAXIMUM_ITERATION
The maximum number of iterations.
|
static java.lang.String |
ControlFile.PROP_TOTAL_BATCHES
The property for the total number of batch partitions.
|
static java.lang.String |
ControlFile.PROP_WHICH_BATCH
The property for which batch partition to process.
|