diff --git a/api/arkui/component/imageCommon.static.d.ets b/api/arkui/component/imageCommon.static.d.ets index 04df3dc7c05831ddfd4a68acc8c1639e477bb5a6..36dbcdf98ed2f07d41fc1dd33d7f134394547a05 100644 --- a/api/arkui/component/imageCommon.static.d.ets +++ b/api/arkui/component/imageCommon.static.d.ets @@ -109,9 +109,9 @@ export declare interface ImageAIOptions { /** * Image analyze types. * - * @type { ?ImageAnalyzerController } + * @type { ?(ImageAnalyzerController | ESValue) } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 20 */ - aiController?: ImageAnalyzerController; + aiController?: ImageAnalyzerController | ESValue; }