Skip to content

Commit

Permalink
pr review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon-chen committed Nov 20, 2024
1 parent 95fcaa6 commit f96c0da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions dita/RTC-NG/API/api_irtcengine_getfaceshapeareaoptions.dita
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<title>参数</title>
<parml>
<plentry id="area">
<pt props="android ios">shapeArea</pt>
<pt props="cpp unreal bp unity flutter rn electron cs">area</pt>
<pt props="ios mac">area</pt>
<pt props="android cpp unreal bp unity flutter rn electron cs">shapeArea</pt>
<pd>
<p props="cpp ios mac unreal bp unity flutter electron rn cs">美型部位。详见 <xref keyref="FACE_SHAPE_AREA" />。</p>
<p props="android hmos">美型部位:
Expand Down Expand Up @@ -92,12 +92,12 @@
</parml> </section>
<section id="return_values">
<title><ph keyref="return-section-title"/></title>
<p props="flutter">方法成功调用时,无返回值;方法调用失败时,会抛出 <xref keyref="AgoraRtcException"/> 异常,你需要捕获异常并进行处理。<ph props="cn">详见<xref keyref="error-code-link"/>了解详情和解决建议。</ph></p>
<ul props="cpp unreal bp electron unity rn cs">
<p props="flutter">方法成功调用时,返回 <apiname keyref="FaceShapeAreaOptions"/> 对象;方法调用失败时,会抛出 <xref keyref="AgoraRtcException"/> 异常,你需要捕获异常并进行处理。<ph props="cn">详见<xref keyref="error-code-link"/>了解详情和解决建议。</ph></p>
<ul props="cpp unreal bp unity cs">
<li>0: 方法调用成功。</li>
<li>&lt; 0: 方法调用失败。<ph props="cn">详见<xref keyref="error-code-link"/>了解详情和解决建议。</ph></li>
</ul>
<ul props="apple android">
<ul props="apple android electron rn">
<li>方法调用成功,返回 <apiname keyref="FaceShapeAreaOptions"/> 对象。</li>
<li>方法调用失败,返回 <ph keyref="NULL"/>。</li>
</ul> </section>
Expand Down
6 changes: 3 additions & 3 deletions dita/RTC-NG/API/api_irtcengine_getfaceshapebeautyoptions.dita
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@
</section>
<section id="return_values">
<title><ph keyref="return-section-title"/></title>
<p props="flutter">方法成功调用时,无返回值;方法调用失败时,会抛出 <xref keyref="AgoraRtcException"/> 异常,你需要捕获异常并进行处理。<ph props="cn">详见<xref keyref="error-code-link"/>了解详情和解决建议。</ph></p>
<ul props="cpp unreal bp electron unity rn cs">
<p props="flutter">方法成功调用时,返回 <apiname keyref="FaceShapeBeautyOptions"/> 对象;方法调用失败时,会抛出 <xref keyref="AgoraRtcException"/> 异常,你需要捕获异常并进行处理。<ph props="cn">详见<xref keyref="error-code-link"/>了解详情和解决建议。</ph></p>
<ul props="cpp unreal bp unity cs">
<li>0: 方法调用成功。</li>
<li>&lt; 0: 方法调用失败。<ph props="cn">详见<xref keyref="error-code-link"/>了解详情和解决建议。</ph></li>
</ul>
<ul props="apple android">
<ul props="apple android electron rn">
<li>方法调用成功,返回 <apiname keyref="FaceShapeBeautyOptions"/> 对象。</li>
<li>方法调用失败,返回 <ph keyref="NULL"/>。</li>
</ul> </section>
Expand Down

0 comments on commit f96c0da

Please sign in to comment.