
Public Attributes | |
| std::string | utterance_id | 
| bool | finished | 
| CompactLattice | compact_lat | 
| Lattice | lat | 
| std::string | sentence | 
Definition at line 737 of file nnet-batch-compute.h.
| CompactLattice compact_lat | 
Definition at line 740 of file nnet-batch-compute.h.
Referenced by NnetBatchDecoder::GetOutput(), and NnetBatchDecoder::ProcessOutputUtterance().
| bool finished | 
Definition at line 739 of file nnet-batch-compute.h.
Referenced by NnetBatchDecoder::ProcessOutputUtterance().
| Lattice lat | 
Definition at line 741 of file nnet-batch-compute.h.
Referenced by NnetBatchDecoder::Decode(), NnetBatchDecoder::GetOutput(), and NnetBatchDecoder::ProcessOutputUtterance().
| std::string sentence | 
Definition at line 742 of file nnet-batch-compute.h.
Referenced by NnetBatchDecoder::GetOutput(), and NnetBatchDecoder::ProcessOutputUtterance().
| std::string utterance_id | 
Definition at line 738 of file nnet-batch-compute.h.
Referenced by NnetBatchDecoder::AcceptInput(), NnetBatchDecoder::Decode(), NnetBatchDecoder::GetOutput(), and NnetBatchDecoder::ProcessOutputUtterance().