Structure containing list for identification.
More...
#include <voicesdk/identification/identification.h>
|
virtual void | Serialize (std::ostream &stream) const =0 |
| Serializes identification list to an output stream. More...
|
|
|
static IdentificationList::Ptr | Deserialize (std::istream &stream) |
| Deserializes identification list from an input stream. More...
|
|
Structure containing list for identification.
◆ Deserialize()
static IdentificationList::Ptr voicesdk::ident::IdentificationList::Deserialize |
( |
std::istream & |
stream | ) |
|
|
static |
Deserializes identification list from an input stream.
- Parameters
-
stream | input stream (can be file or string stream) |
- Returns
- deserialized identification list
◆ Serialize()
virtual void voicesdk::ident::IdentificationList::Serialize |
( |
std::ostream & |
stream | ) |
const |
|
pure virtual |
Serializes identification list to an output stream.
- Parameters
-
stream | output stream (can be file or string stream) |