getPhotoshopPath
2024年7月22日
建立對象:
- 開發人員
- 管理員
傳回包含已命名Photoshop路徑的四邊形座標。
語法
授權的使用者型別
IpsAdmin
IpsCompanyAdmin
IpsUser
ImagePortalAdmin
ImagePortalUser
ImagePortalContrib
ImagePortalContribUser
- "
參數
輸入(getPhotoshopPathParam)
名稱 | 類型 | 必要 | 說明 |
---|---|---|---|
companyHandle | xsd:string | 是 | 使用您要處理的影像處理公司。 |
assetHandle | xsd:string | 是 | 處理影像資產。 |
pathName | xsd:string | 是 | 您要傳回的Photoshop路徑名稱。 |
輸出(getPhotoshopPathReturn)
名稱 | 類型 | 必要 | 說明 |
---|---|---|---|
透視四色 | types:PerspectiveQuad | 是 | 根據路徑傳回影像座標。 請參閱PerspectiveQuad |
範例
要求
<getPhotoshopPathParam xmlns="http://www.scene7.com/IpsApi/xsd/2012-07-31">
<companyHandle>c|301</companyHandle>
<assetHandle>a|26014</assetHandle>
<pathName>Face Path</pathName>
</getPhotoshopPathParam>
回應
<getPhotoshopPathReturn xmlns="http://www.scene7.com/IpsApi/xsd/2012-07-31">
<perspectiveQuad>
<x0>932.19</x0>
<y0>296.592</y0>
<x1>968.769</x1>
<y1>320.16</y1>
<x2>1119.56</x2>
<y2>1200.0</y2>
<x3>900.43</x3>
<y3>1200.0</y3>
</perspectiveQuad>
</getPhotoshopPathReturn>
Related Articles
recommendation-more-help
4e9b9d8c-5839-4215-aa35-01b652869681