All Products
Search
Document Center

:DescribeLiveAIProduceRules

Last Updated:Nov 14, 2024

Queries subtitle rules.

Operation description

You can call this operation to query subtitle rules. Make sure that the parameter settings meet the requirements.

Note The live subtitles feature is in invitational preview. You can add up to 300 subtitle templates.

QPS limit

You can call this operation up to 60 times per second per account. Requests that exceed this limit are dropped and you may experience service interruptions. We recommend that you take note of this limit when you call this operation. For more information, see QPS limits.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
live:DescribeLiveAIProduceRulescreate
*Domain
acs:cdn:*:{#accountId}:domain/{#DomainName}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
DomainstringNo

The main streaming domain.

demo.aliyundoc.com
AppstringNo

The name of the application to which the live stream belongs.

AppName
SuffixNamestringNo

The suffix of the subtitle rule.

Note Set the value to the name of the subtitle template.
sub01
RulesIdstringNo

The ID of the subtitle rule.

445409ec-7eaa-461d-8f29-4bec****
PageNumberstringNo

The page number. Valid values: [1,100].

1
PageSizestringNo

The number of entries per page. Valid values: [1,100].

100

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

5c6a2a0df228-4a64- af62-20e91b96****
RuleInfoListarray<object>

The subtitle rules.

RuleInfoobject

The information about the subtitle rule.

Domainstring

The streaming domain.

demo.aliyundoc.com
Appstring

The name of the application to which the live stream belongs.

App Name
SubtitleNamestring

The name of the subtitle template.

sub1
IsLazyboolean

Indicates whether the rule takes effect when stream pulling starts.

true
RulesIdstring

The ID of the subtitle rule.

72fba656-2cc2-40fd-923c-2a10c3b9****
LiveTemplatestring

The specification of the exported subtitles.

lp_ld
GmtModifyTimestring

The last time when the rule was modified. The value is a timestamp.

1715594344000
SuffixNamestring

The suffix of the subtitle rule.

test0506
Descriptionstring

The description of the rule.

live AI subtitle template

Examples

Sample success responses

JSONformat

{
  "RequestId": "5c6a2a0df228-4a64- af62-20e91b96****",
  "RuleInfoList": {
    "RuleInfo": [
      {
        "Domain": "demo.aliyundoc.com",
        "App": "App Name",
        "SubtitleName": "sub1",
        "IsLazy": true,
        "RulesId": "72fba656-2cc2-40fd-923c-2a10c3b9****",
        "LiveTemplate": "lp_ld",
        "GmtModifyTime": "1715594344000",
        "SuffixName": "test0506",
        "StudioName": "test0708",
        "Description": "live AI subtitle template"
      }
    ]
  }
}

Error codes

HTTP status codeError codeError messageDescription
400MissingParameter%s.Missing parameter
400InvalidParameter%s.Parameter error
400IncorrectSubtitleStatus.%s%s.Abnormal subtitle template status

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-10-14The Error code has changed. The response structure of the API has changedView Change Details
2024-07-04The Error code has changed. The response structure of the API has changedView Change Details