OutputTextAudioRealtimeServerMessage.OutputIndex Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o índice do item de saída na resposta.
public:
property Nullable<int> OutputIndex { Nullable<int> get(); void set(Nullable<int> value); };
public int? OutputIndex { get; set; }
member this.OutputIndex : Nullable<int> with get, set
Public Property OutputIndex As Nullable(Of Integer)