Skip to content

Commit 0f91dab

Browse files
Update batch-synthesis-avatar-properties.md
1 parent 6b003ad commit 0f91dab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/ai-services/speech-service/text-to-speech-avatar/batch-synthesis-avatar-properties.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ The following table describes the batch synthesis job properties.
4747
| Property | Description |
4848
|----------|-------------|
4949
| createdDateTime | The date and time when the batch synthesis job was created.<br/><br/>This property is read-only.|
50-
| customProperties | A custom set of optional batch synthesis configuration settings.<br/><br/>This property is stored for your convenience to associate the synthesis jobs that you created with the synthesis jobs that you get or list. This property is stored, but isn't used by the Speech service.<br/><br/>You can specify up to 10 custom properties as key and value pairs. The maximum allowed key length is 64 characters, and the maximum allowed value length is 256 characters.|
5150
| description | The description of the batch synthesis.<br/><br/>This property is optional.|
5251
| ID | The batch synthesis job ID.<br/><br/>This property is read-only.|
5352
| lastActionDateTime | The most recent date and time when the status property value changed.<br/><br/>This property is read-only.|
@@ -76,7 +75,9 @@ The following table describes the text to speech properties.
7675

7776
## How to edit the background
7877

79-
The avatar batch synthesis API currently doesn't support setting background image/video directly. However, it supports generating a video with a transparent background, and then you can put any image/video behind the avatar as the background in a video editing tool.
78+
The avatar batch synthesis API currently doesn't support setting background videos; it only supports static background images. However, if you want to add a background for your video during post-production, you can generate videos with a transparent background.
79+
80+
To set a static background image, use the `avatarConfig.backgroundImage` property and specify a URL pointing to the desired image. Additionally, you can set the background color of the avatar video using the `avatarConfig.backgroundColor` property.
8081

8182
To generate a transparent background video, you must set the following properties to the required values in the batch synthesis request:
8283

0 commit comments

Comments
 (0)