Image Composition - Stitch Images
針對一連串的影像執行影像接合作業。
POST /imagecomposition:stitch?api-version=2023-04-01-preview
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
api-version
|
query | True |
string |
要求的 API 版本。 |
要求本文
Media Types: "application/json-patch+json"
名稱 | 必要 | 類型 | Description |
---|---|---|---|
images | True |
string[] |
要結合的來源影像。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
file |
成功 Media Types: "image/jpeg", "application/json" |
Other Status Codes |
[錯誤] Media Types: "image/jpeg", "application/json" 標題 x-ms-error-code: string |
範例
ImageComposition_Stitch
範例要求
POST /imagecomposition:stitch?api-version=2023-04-01-preview
{
"images": [
"https://example.com/image-1.jpg",
"https://example.com/image-2.jpg",
"https://example.com/image-3.jpg",
"https://example.com/image-4.jpg",
"https://example.com/image-5.jpg"
]
}
範例回覆
"Ynl0ZXM="
定義
名稱 | Description |
---|---|
Error |
發生錯誤時傳回的回應。 |
Error |
錯誤資訊。 |
Error |
詳細的錯誤。 |
Image |
影像拼字輸入。 |
ErrorResponse
發生錯誤時傳回的回應。
名稱 | 類型 | Description |
---|---|---|
error |
錯誤資訊。 |
ErrorResponseDetails
錯誤資訊。
名稱 | 類型 | Description |
---|---|---|
code |
string |
錯誤碼。 |
details |
詳細錯誤清單。 |
|
innererror |
詳細的錯誤。 |
|
message |
string |
錯誤訊息。 |
target |
string |
錯誤的目標。 |
ErrorResponseInnerError
詳細的錯誤。
名稱 | 類型 | Description |
---|---|---|
code |
string |
錯誤碼。 |
innererror |
詳細的錯誤。 |
|
message |
string |
錯誤訊息。 |
ImageStitchingRequestApiModel
影像拼字輸入。
名稱 | 類型 | Description |
---|---|---|
images |
string[] |
要結合的來源影像。 |