Home
last modified time | relevance | path

Searched refs:dataDetectorConfig (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-text.md516 当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)=>{}})
H A Dts-basic-components-richeditor.md123 当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)=>{}})
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkRichEditor.ts281 dataDetectorConfig(config: TextDataDetectorConfig): this {
H A DArkText.ts829 dataDetectorConfig(config: TextDataDetectorConfig): this {
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-text.md516 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)=>{}})
H A Dts-basic-components-richeditor.md125 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)=>{}})
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/
H A DarkComponent.d.ts431 dataDetectorConfig(config: any): RichEditorAttribute;
706 dataDetectorConfig(config: any): this;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js8383 dataDetectorConfig(config) { method in ArkRichEditorComponent
11768 dataDetectorConfig(config) { method in ArkTextComponent