Home
last modified time | relevance | path

Searched refs:ImageAnalyzerType (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-image-common.md18 | types | [ImageAnalyzerType[]](#imageanalyzertype) | 是 | 图像AI分析类型。
20 ## ImageAnalyzerType section
44 | types | [ImageAnalyzerType[]](#imageanalyzertype) | 否 | 图像AI分析类型。 |
71 getImageAnalyzerSupportTypes(): ImageAnalyzerType[]
83 | ImageAnalyzerType[] | 对应组件支持的分析类型。 |
H A Dts-basic-components-xcomponent.md530 types: [ImageAnalyzerType.SUBJECT, ImageAnalyzerType.TEXT]
534 types: [ImageAnalyzerType.SUBJECT, ImageAnalyzerType.TEXT],
H A Dts-media-components-video.md589 types: [ImageAnalyzerType.SUBJECT, ImageAnalyzerType.TEXT]
593 types: [ImageAnalyzerType.SUBJECT, ImageAnalyzerType.TEXT],
H A Dts-basic-components-image.md878 types: [ImageAnalyzerType.SUBJECT, ImageAnalyzerType.TEXT],
H A Dts-canvasrenderingcontext2d.md3807 types: [ImageAnalyzerType.SUBJECT, ImageAnalyzerType.TEXT]
3812 types: [ImageAnalyzerType.SUBJECT, ImageAnalyzerType.TEXT],
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-image-common.md18 | types | [ImageAnalyzerType[]](#imageanalyzertype) | Yes| AI analysis types. |
20 ## ImageAnalyzerType section
44 | types | [ImageAnalyzerType[]](#imageanalyzertype) | No| AI analysis types.|
71 getImageAnalyzerSupportTypes(): ImageAnalyzerType[]
83 | ImageAnalyzerType[] | Analysis type supported by the corresponding component.|
H A Dts-media-components-video.md589 types: [ImageAnalyzerType.SUBJECT, ImageAnalyzerType.TEXT]
593 types: [ImageAnalyzerType.SUBJECT, ImageAnalyzerType.TEXT],
H A Dts-basic-components-xcomponent.md526 types: [ImageAnalyzerType.SUBJECT, ImageAnalyzerType.TEXT]
530 types: [ImageAnalyzerType.SUBJECT, ImageAnalyzerType.TEXT],
H A Dts-canvasrenderingcontext2d.md3445 types: [ImageAnalyzerType.SUBJECT, ImageAnalyzerType.TEXT]
3450 types: [ImageAnalyzerType.SUBJECT, ImageAnalyzerType.TEXT],
H A Dts-basic-components-image.md814 types: [ImageAnalyzerType.SUBJECT, ImageAnalyzerType.TEXT],
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_analyzer_adapter_impl.cpp57 … std::vector<ImageAnalyzerType> types = {ImageAnalyzerType::SUBJECT, ImageAnalyzerType::TEXT}; in GetImageAnalyzerConfig()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/
H A Dimage_analyzer.h42 enum class ImageAnalyzerType { enum
89 std::set<ImageAnalyzerType> types;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_image.cpp956 std::set<ImageAnalyzerType> types; in AnalyzerConfig()
962 ImageAnalyzerType type = static_cast<ImageAnalyzerType>(value); in AnalyzerConfig()
963 if (type != ImageAnalyzerType::SUBJECT && type != ImageAnalyzerType::TEXT) { in AnalyzerConfig()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js3245 var ImageAnalyzerType; variable
3246 (function (ImageAnalyzerType) {
3247 ImageAnalyzerType[ImageAnalyzerType["SUBJECT"] = 0] = "SUBJECT";
3248 ImageAnalyzerType[ImageAnalyzerType["TEXT"] = 1] = "TEXT";
3249 ImageAnalyzerType[ImageAnalyzerType["OBJECT_LOOKUP"] = 2] = "OBJECT_LOOKUP";
3250 })(ImageAnalyzerType || (ImageAnalyzerType = {}));
/ohos5.0/docs/en/application-dev/reference/apis-media-library-kit/
H A Dohos-multimedia-movingphotoview.md453 types: [ImageAnalyzerType.SUBJECT, ImageAnalyzerType.TEXT, ImageAnalyzerType.OBJECT_LOOKUP],