RosMediaInfoProps
Properties for defining a RosMediaInfo
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ice-mediainfo
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ice;
new RosMediaInfoProps {
object InputUrl,
object BusinessType = null,
object CateId = null,
object CoverUrl = null,
object Description = null,
object MediaTags = null,
object MediaType = null,
object Overwrite = null,
object ReferenceId = null,
object RegisterConfig = null,
object SmartTagTemplateId = null,
object Title = null,
object UserData = null,
object WorkflowId = null
};
Properties
Name | Type | Description |
---|---|---|
InputUrl |
object |
No description. |
BusinessType |
object |
No description. |
CateId |
object |
No description. |
CoverUrl |
object |
No description. |
Description |
object |
No description. |
MediaTags |
object |
No description. |
MediaType |
object |
No description. |
Overwrite |
object |
No description. |
ReferenceId |
object |
No description. |
RegisterConfig |
object |
No description. |
SmartTagTemplateId |
object |
No description. |
Title |
object |
No description. |
UserData |
object |
No description. |
WorkflowId |
object |
No description. |
InputUrl
Required
public object InputUrl { get; set; }
- Type: object
BusinessType
Optional
public object BusinessType { get; set; }
- Type: object
CateId
Optional
public object CateId { get; set; }
- Type: object
CoverUrl
Optional
public object CoverUrl { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
MediaTags
Optional
public object MediaTags { get; set; }
- Type: object
MediaType
Optional
public object MediaType { get; set; }
- Type: object
Overwrite
Optional
public object Overwrite { get; set; }
- Type: object
ReferenceId
Optional
public object ReferenceId { get; set; }
- Type: object
RegisterConfig
Optional
public object RegisterConfig { get; set; }
- Type: object
SmartTagTemplateId
Optional
public object SmartTagTemplateId { get; set; }
- Type: object
Title
Optional
public object Title { get; set; }
- Type: object
UserData
Optional
public object UserData { get; set; }
- Type: object
WorkflowId
Optional
public object WorkflowId { get; set; }
- Type: object