MNssRRD Class Reference

class MNssRRD
MRRD is the interface for Recognition Result Data (RRD) processing. It provides methods for setting and getting the text and integer array that comprise the RRD. A RRD is part of Tag. RRD is not created by the client, it is created when a tag is created and destroyed when the tag is destroyed. Thus, a client doesnot delete an RRD. NssVASApi.lib
Since
2.0

Member Functions Documentation

IntArray()

CArrayFixFlat< TInt > *IntArray()[pure virtual]
Get the integer array in RRD
Since
2.0

SetIntArrayL(CArrayFixFlat< TInt > *)

voidSetIntArrayL(CArrayFixFlat< TInt > *aIntArray)[pure virtual]
Set the integer array in RRD
Since
2.0

Parameters

CArrayFixFlat< TInt > * aIntArraypointer to an array of integers

SetTextArrayL(CArrayFixFlat< NssRRDText > *)

voidSetTextArrayL(CArrayFixFlat< NssRRDText > *aTextArray)[pure virtual]
Set the text array in RRD
Since
2.0

Parameters

CArrayFixFlat< NssRRDText > * aTextArraypointer to an array of text

TextArray()

CArrayFixFlat< NssRRDText > *TextArray()[pure virtual]
Get the text array in RRD
Since
2.0