TextToSpeechResponseUpdate.RawRepresentation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置从基础实现生成的音频语音更新的原始表示形式。
public:
property System::Object ^ RawRepresentation { System::Object ^ get(); void set(System::Object ^ value); };
[System.Text.Json.Serialization.JsonIgnore]
public object? RawRepresentation { get; set; }
[<System.Text.Json.Serialization.JsonIgnore>]
member this.RawRepresentation : obj with get, set
Public Property RawRepresentation As Object
属性值
- 属性
注解
如果创建一个 TextToSpeechResponseUpdate 对象来表示另一个对象模型中的一些基础对象,则此属性可用于存储该原始对象。 这对于调试或使使用者在需要时能够访问基础对象模型非常有用。