Searched refs:TextDataDetectorType (Results 1 – 8 of 8) sorted by relevance
61 var TextDataDetectorType; variable62 (function (TextDataDetectorType) {63 TextDataDetectorType[TextDataDetectorType.PHONE_NUMBER = 0] = 'PHONE_NUMBER';64 TextDataDetectorType[TextDataDetectorType.URL = 1] = 'URL';65 TextDataDetectorType[TextDataDetectorType.EMAIL = 2] = 'EMAIL';66 TextDataDetectorType[TextDataDetectorType.ADDRESS = 3] = 'ADDRESS';67 TextDataDetectorType[TextDataDetectorType.DATE_TIME = 4] = 'DATE_TIME';68 })(TextDataDetectorType || (TextDataDetectorType = {}));
293 ## TextDataDetectorType<sup>11+</sup>枚举说明364 | types | [TextDataDetectorType](ts-text-common.md#textdatadetectortype11枚举说明)[] | 是 | 设置文本识别的实…
1422 @State types: TextDataDetectorType[] = []
3606 @State types: TextDataDetectorType[] = [];3851 @State types: TextDataDetectorType[] = [];
293 ## TextDataDetectorType<sup>11+</sup>364 | types | [TextDataDetectorType](ts-text-common.md#textdatadetectortype11)[] | Yes | Entity type…
3593 @State types: TextDataDetectorType[] = [];3836 @State types: TextDataDetectorType[] = [];
1424 types: TextDataDetectorType;