Searched refs:enableDataDetector (Results 1 – 12 of 12) sorted by relevance
508 ### enableDataDetector<sup>11+</sup>510 enableDataDetector(enable: boolean)516 当enableDataDetector设置为true,同时不设置dataDetectorConfig属性时,默认识别所有类型的实体,所识别实体的color和decoration会被更改为如下样式:549 需配合[enableDataDetector](#enabledatadetector11)一起使用,设置enableDataDetector为true时,dataDetectorConfig的配置…1409 该示例通过enableDataDetector、dataDetectorConfig接口实现了文本识别的功能。1421 @State enableDataDetector: boolean = true1436 .enableDataDetector(this.enableDataDetector)
115 ### enableDataDetector<sup>11+</sup>117 enableDataDetector(enable: boolean)123 当enableDataDetector设置为true,同时不设置dataDetectorConfig属性时,默认识别所有类型的实体,所识别实体的color和decoration会被更改为如下样式:156 需配合[enableDataDetector](#enabledatadetector11)一起使用,设置enableDataDetector为true时,dataDetectorConfig的配置…3592 设置[enableDataDetector](#enabledatadetector11)为true时,通过[dataDetectorConfig](#datadetectorconfig11)接口…3604 @State enableDataDetector: boolean = true;3643 .enableDataDetector(this.enableDataDetector)3850 @State enableDataDetector: boolean = true;3874 .enableDataDetector(this.enableDataDetector)
276 enableDataDetector(value: boolean): RichEditorAttribute {
825 enableDataDetector(value: boolean): this {
508 ### enableDataDetector<sup>11+</sup>510 enableDataDetector(enable: boolean)516 When **enableDataDetector** is set to **true**, and the **dataDetectorConfig** attribute is not set…549 …PI must be used together with [enableDataDetector](#enabledatadetector11). It takes effect only wh…1409 This example demonstrates how to implement text recognition features using the **enableDataDetector…1421 @State enableDataDetector: boolean = true1436 .enableDataDetector(this.enableDataDetector)
117 ### enableDataDetector<sup>11+</sup>119 enableDataDetector(enable: boolean)125 If **enableDataDetector** is set to **true** and **dataDetectorConfig** is not set, all types of en…158 …PI must be used together with [enableDataDetector](#enabledatadetector11). It takes effect only wh…3579 Example of using **enableDataDetector** and **dataDetectorConfig**3591 @State enableDataDetector: boolean = true;3630 .enableDataDetector(this.enableDataDetector)3835 @State enableDataDetector: boolean = true;3859 .enableDataDetector(this.enableDataDetector)
49 uint32_t enableDataDetector = enableDataDetectorArg->Uint32Value(vm); in SetEnableDataDetector() local50 …ifiers()->getRichEditorModifier()->setRichEditorEnableDataDetector(nativeNode, enableDataDetector); in SetEnableDataDetector()
1004 uint32_t enableDataDetector = enableDataDetectorArg->Uint32Value(vm); in SetEnableDataDetector() local1005 … GetArkUINodeModifiers()->getTextModifier()->setEnableDataDetector(nativeNode, enableDataDetector); in SetEnableDataDetector()
430 enableDataDetector(enable: boolean): RichEditorAttribute;705 enableDataDetector(enable: boolean): this;
607 void (*setEnableDataDetector)(ArkUINodeHandle node, ArkUI_Uint32 enableDataDetector);2781 void (*setRichEditorEnableDataDetector)(ArkUINodeHandle node, ArkUI_Uint32 enableDataDetector);
2115 void (*setEnableDataDetector)(ArkUINodeHandle node, ArkUI_Uint32 enableDataDetector);4560 void (*setRichEditorEnableDataDetector)(ArkUINodeHandle node, ArkUI_Uint32 enableDataDetector);
8379 enableDataDetector(value) { method in ArkRichEditorComponent11764 enableDataDetector(value) { method in ArkTextComponent