| Parameter | Description |
|---|---|
Real Value() | 识别到的数值。 |
Rect CurrencyNameRect() | 包含币种名称的 Rectangle。若未找到币种名称,则为空。 |
Rect FractionalPartRect() | 包含分隔符后数字的 Rectangle。若无小数部分,则为空。 |
Rect IntegerPartRect() | 包含分隔符前数字的 Rectangle。始终不为空。 |
String CurrencyName() | 识别到的币种名称。若未找到币种名称,则返回空字符串。 |
