sclass RecognizedText { Rect r; Scored text; // 0 to 1 *() {} *(Rect *r, Scored *text) {} float score() { ret text.score(); } }