Home Previous Up Next Index

armarx::armem::prediction::data::PredictionResult

Overview

struct PredictionResult

Used By

PredictionResultSeq

Data Member Index

success
errorMessage
snapshotID
prediction

Data Members

bool success;
string errorMessage;
data::MemoryID snapshotID;
aron::data::dto::Dict prediction;

Home Previous Up Next Index