OutputTextAudioRealtimeServerMessage.ContentIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the index of the content part whose text has been updated.
public:
property Nullable<int> ContentIndex { Nullable<int> get(); void set(Nullable<int> value); };
public int? ContentIndex { get; set; }
member this.ContentIndex : Nullable<int> with get, set
Public Property ContentIndex As Nullable(Of Integer)