

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 价值检测
<a name="how-it-works-valuedetection"></a>

以下示例显示键值对的 “值”。

```
               {
                    "PageNumber": 1, 
                    "Type": {
                        "Text": "OTHER", 
                        "Confidence": 70.0
                    }, 
                    "LabelDetection": {
                        "Geometry": { ... }, 
                        "Text": "CASHIER", 
                        "Confidence": 88.19171142578125
                    }, 
                    "ValueDetection": {
                        "Geometry": { ... }, 
                        "Text": "Mina", 
                        "Confidence": 87.89806365966797
                    }
                }
```

在示例中，该文档包含 “收银员米娜”。分析费用 API 检测到出纳柜员价值为 Mina 并将其退回`ValueDetection`.