Skip to content

RosInsertMediaToSearchLibProps

Properties for defining a RosInsertMediaToSearchLib.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ice-insertmediatosearchlib

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ice;
new RosInsertMediaToSearchLibProps {
    object Input,
    object MediaId = null,
    object MediaType = null,
    object MsgBody = null,
    object SearchLibName = null
};

Properties

Name Type Description
Input object No description.
MediaId object No description.
MediaType object No description.
MsgBody object No description.
SearchLibName object No description.

InputRequired

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

MediaIdOptional

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

MediaTypeOptional

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

MsgBodyOptional

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

SearchLibNameOptional

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