InputAudioTranscriptionRealtimeServerMessage.ContentIndex Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l’index de la partie de contenu contenant l’audio.
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)