Searched refs:onDetectResultUpdate (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkRichEditor.ts | 43 …Module().richEditor.setDataDetectorConfig(node, this.value.types, this.value.onDetectResultUpdate); 48 !isBaseOrResourceEqual(this.stageValue.onDetectResultUpdate, this.value.onDetectResultUpdate); 284 detectorConfig.onDetectResultUpdate = config.onDetectResultUpdate;
|
H A D | ArkText.ts | 729 …NativeModule().text.setDataDetectorConfig(node, this.value.types, this.value.onDetectResultUpdate); 734 !isBaseOrResourceEqual(this.stageValue.onDetectResultUpdate, this.value.onDetectResultUpdate); 832 detectorConfig.onDetectResultUpdate = config.onDetectResultUpdate;
|
H A D | ArkClassDefine.ts | 1425 onDetectResultUpdate: (result: string) => void; 1428 this.onDetectResultUpdate = undefined; 1432 (this.onDetectResultUpdate === another.onDetectResultUpdate);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-text-common.md | 365 | onDetectResultUpdate | (result: string) => void | 否 | 文本识别成功后,触发onDetectResultUpdate回调。<br/>-…
|
H A D | ts-basic-components-text.md | 1437 .dataDetectorConfig({types : this.types, onDetectResultUpdate: (result: string)=>{}})
|
H A D | ts-basic-components-richeditor.md | 3644 .dataDetectorConfig({types : this.types, onDetectResultUpdate: (result: string)=>{}}) 3875 .dataDetectorConfig({types : this.types, onDetectResultUpdate: (result: string)=>{}})
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_text_modifier.cpp | 1263 auto onDetectResultUpdate = [node, extraParam](const std::string& str) { in SetOnDetectResultUpdate() local 1271 TextModelNG::SetOnDetectResultUpdate(frameNode, std::move(onDetectResultUpdate)); in SetOnDetectResultUpdate()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-text-common.md | 365 | onDetectResultUpdate | (result: string) => void | No | Callback invoked when text recognition …
|
H A D | ts-basic-components-text.md | 1437 .dataDetectorConfig({types : this.types, onDetectResultUpdate: (result: string)=>{}})
|
H A D | ts-basic-components-richeditor.md | 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/engine/ |
H A D | arkComponent.js | 8134 …eModule().richEditor.setDataDetectorConfig(node, this.value.types, this.value.onDetectResultUpdate, 8140 !isBaseOrResourceEqual(this.stageValue.onDetectResultUpdate, this.value.onDetectResultUpdate) || 8389 detectorConfig.onDetectResultUpdate = config.onDetectResultUpdate; 11612 …INativeModule().text.setDataDetectorConfig(node, this.value.types, this.value.onDetectResultUpdate, 11618 !isBaseOrResourceEqual(this.stageValue.onDetectResultUpdate, this.value.onDetectResultUpdate) || 11774 detectorConfig.onDetectResultUpdate = config.onDetectResultUpdate; 15561 this.onDetectResultUpdate = undefined; 15568 …return (this.types === another.types) && (this.onDetectResultUpdate === another.onDetectResultUpda…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | _ark_u_i___native_module.md | 3459 | NODE_TEXT_ON_DETECT_RESULT_UPDATE | 文本设置TextDataDetectorConfig且识别成功时,触发onDetectResultUpdate回调。<b…
|