| Package | Description |
|---|---|
| com.tencentcloudapi.tiia.v20190529.models |
| Modifier and Type | Method and Description |
|---|---|
CarTagItem[] |
RecognizeCarProResponse.getCarTags()
Get 车辆属性识别的结果数组,如果识别到多辆车,则会输出每辆车的top1结果。
注意:置信度是指车牌信息置信度。
|
CarTagItem[] |
RecognizeCarResponse.getCarTags()
Get 车辆属性识别的结果数组,如果识别到多辆车,则会输出每辆车的top1结果。
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecognizeCarProResponse.setCarTags(CarTagItem[] CarTags)
Set 车辆属性识别的结果数组,如果识别到多辆车,则会输出每辆车的top1结果。
注意:置信度是指车牌信息置信度。
|
void |
RecognizeCarResponse.setCarTags(CarTagItem[] CarTags)
Set 车辆属性识别的结果数组,如果识别到多辆车,则会输出每辆车的top1结果。
|
| Constructor and Description |
|---|
CarTagItem(CarTagItem source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2022. All rights reserved.