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 が作成された場合、このプロパティを使用して元のオブジェクトを格納できます。 これは、デバッグや、必要に応じてコンシューマーが基になるオブジェクト モデルにアクセスできるようにするために役立ちます。