正在改尺寸测量
This commit is contained in:
@ -5,6 +5,7 @@ using System.Text.Json;
|
||||
using System.Text.Json.Serialization;
|
||||
using AntdUI;
|
||||
using DH.Commons.Base;
|
||||
using DH.Commons.Enums;
|
||||
using DH.Commons.Models;
|
||||
|
||||
namespace DH.Commons.Helper
|
||||
@ -127,6 +128,13 @@ namespace DH.Commons.Helper
|
||||
{
|
||||
foreach (var label in config.DetectionLableList)
|
||||
{
|
||||
//是否假如判断标签为中文转为为英文
|
||||
//string pinyinlabel = FileHelper.ConvertHanzitoPinyinWithNumbers(label.LabelName.ToString());
|
||||
//if (FileHelper.IsAlphaNumericOnly(pinyinlabel))
|
||||
//{
|
||||
|
||||
//}
|
||||
|
||||
// 根据实际需求格式化输出
|
||||
writer.WriteLine(label.LabelName.ToString()); // 假设DetectionLable重写了ToString()
|
||||
|
||||
|
Reference in New Issue
Block a user