Skip to content

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.

InputUrlRequired

public object InputUrl { get; set; }
  • Type: object

BusinessTypeOptional

public object BusinessType { get; set; }
  • Type: object

CateIdOptional

public object CateId { get; set; }
  • Type: object

CoverUrlOptional

public object CoverUrl { get; set; }
  • Type: object

DescriptionOptional

public object Description { get; set; }
  • Type: object

MediaTagsOptional

public object MediaTags { get; set; }
  • Type: object

MediaTypeOptional

public object MediaType { get; set; }
  • Type: object

OverwriteOptional

public object Overwrite { get; set; }
  • Type: object

ReferenceIdOptional

public object ReferenceId { get; set; }
  • Type: object

RegisterConfigOptional

public object RegisterConfig { get; set; }
  • Type: object

SmartTagTemplateIdOptional

public object SmartTagTemplateId { get; set; }
  • Type: object

TitleOptional

public object Title { get; set; }
  • Type: object

UserDataOptional

public object UserData { get; set; }
  • Type: object

WorkflowIdOptional

public object WorkflowId { get; set; }
  • Type: object