Searched refs:dataDetectorConfig (Results 1 – 8 of 8) sorted by relevance
516 当enableDataDetector设置为true,同时不设置dataDetectorConfig属性时,默认识别所有类型的实体,所识别实体的color和decoration会被更改为如下样式:543 ### dataDetectorConfig<sup>11+</sup>545 dataDetectorConfig(config: TextDataDetectorConfig)549 需配合[enableDataDetector](#enabledatadetector11)一起使用,设置enableDataDetector为true时,dataDetectorConfig的配置…1409 该示例通过enableDataDetector、dataDetectorConfig接口实现了文本识别的功能。1437 .dataDetectorConfig({types : this.types, onDetectResultUpdate: (result: string)=>{}})
123 当enableDataDetector设置为true,同时不设置dataDetectorConfig属性时,默认识别所有类型的实体,所识别实体的color和decoration会被更改为如下样式:150 ### dataDetectorConfig<sup>11+</sup>152 dataDetectorConfig(config: TextDataDetectorConfig)156 需配合[enableDataDetector](#enabledatadetector11)一起使用,设置enableDataDetector为true时,dataDetectorConfig的配置…3592 设置[enableDataDetector](#enabledatadetector11)为true时,通过[dataDetectorConfig](#datadetectorconfig11)接口…3644 .dataDetectorConfig({types : this.types, onDetectResultUpdate: (result: string)=>{}})3875 .dataDetectorConfig({types : this.types, onDetectResultUpdate: (result: string)=>{}})
281 dataDetectorConfig(config: TextDataDetectorConfig): this {
829 dataDetectorConfig(config: TextDataDetectorConfig): this {
516 When **enableDataDetector** is set to **true**, and the **dataDetectorConfig** attribute is not set…543 ### dataDetectorConfig<sup>11+</sup>545 dataDetectorConfig(config: TextDataDetectorConfig)1409 …plement text recognition features using the **enableDataDetector** and **dataDetectorConfig** APIs.1437 .dataDetectorConfig({types : this.types, onDetectResultUpdate: (result: string)=>{}})
125 If **enableDataDetector** is set to **true** and **dataDetectorConfig** is not set, all types of en…152 ### dataDetectorConfig<sup>11+</sup>154 dataDetectorConfig(config: TextDataDetectorConfig)3579 Example of using **enableDataDetector** and **dataDetectorConfig**3631 .dataDetectorConfig({types : this.types, onDetectResultUpdate: (result: string)=>{}})3860 .dataDetectorConfig({types : this.types, onDetectResultUpdate: (result: string)=>{}})
431 dataDetectorConfig(config: any): RichEditorAttribute;706 dataDetectorConfig(config: any): this;
8383 dataDetectorConfig(config) { method in ArkRichEditorComponent11768 dataDetectorConfig(config) { method in ArkTextComponent