From 3c7336c50d60ff6f83876d968a7de0271752c4a8 Mon Sep 17 00:00:00 2001 From: mali Date: Thu, 18 May 2023 16:42:58 +0800 Subject: [PATCH] review Signed-off-by: mali --- zh-cn/application-dev/reference/apis/js-apis-camera.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-camera.md b/zh-cn/application-dev/reference/apis/js-apis-camera.md index 5bad9393d3..f0dd5a656c 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-camera.md +++ b/zh-cn/application-dev/reference/apis/js-apis-camera.md @@ -1680,7 +1680,7 @@ setMeteringPoint(point: Point): void | 参数名 | 类型 | 必填 | 说明 | | ------------- | -------------------------------| ---- | ------------------- | -| exposurePoint | [Point](#point) | 是 | 曝光点。 设置范围应在[0,1]之内, 超过范围,如果小于0设置0,大于1设置1 | +| exposurePoint | [Point](#point) | 是 | 曝光点,x,y设置范围应在[0,1]之内,超过范围,如果小于0设置0,大于1设置1。 | **返回值:** @@ -1938,7 +1938,7 @@ setFocusPoint(point: Point): void | 参数名 | 类型 | 必填 | 说明 | | -------- | ----------------------- | ---- | ------------------- | -| Point1 | [Point](#point) | 是 | 焦点。设置范围应在[0,1]之内, 超过范围,如果小于0设置0,大于1设置1 | +| Point1 | [Point](#point) | 是 | 焦点。x,y设置范围应在[0,1]之内,超过范围,如果小于0设置0,大于1设置1。 | **返回值:** @@ -2737,7 +2737,7 @@ capture(setting?: PhotoCaptureSetting): Promise\ | 参数名 | 类型 | 必填 | 说明 | | ------- | ------------------------------------------- | ---- | -------- | -| setting | [PhotoCaptureSetting](#photocapturesetting) | 否 | 拍照设置, 传入undefined 类型数据按默认无参处理 | +| setting | [PhotoCaptureSetting](#photocapturesetting) | 否 | 拍照设置,传入undefined类型数据按默认无参处理。 | **返回值:** -- GitLab