通过


RealtimeClientMessage.RawRepresentation 属性

定义

获取或设置消息的原始表示形式。 这可用于将原始数据发送到模型。

public:
 property System::Object ^ RawRepresentation { System::Object ^ get(); void set(System::Object ^ value); };
public object? RawRepresentation { get; set; }
member this.RawRepresentation : obj with get, set
Public Property RawRepresentation As Object

属性值

注解

原始表示形式通常用于自定义或不支持的消息类型。 例如,模型可能接受 JSON 序列化消息。

适用于