RecognizerUpdateReachedEventArgs.AudioPosition Propriedade

Definição

Obtém a posição do áudio associada ao evento.Gets the audio position associated with the event.

public:
 property TimeSpan AudioPosition { TimeSpan get(); };
public TimeSpan AudioPosition { get; }
member this.AudioPosition : TimeSpan
Public ReadOnly Property AudioPosition As TimeSpan

Valor da propriedade

TimeSpan

Retorna o local dentro do buffer de fala de um SpeechRecognizer ou um SpeechRecognitionEngine quando ele pausa e gera um evento RecognizerUpdateReached .Returns the location within the speech buffer of a SpeechRecognizer or a SpeechRecognitionEngine when it pauses and raises a RecognizerUpdateReached event.

Comentários

Os aplicativos podem usar o local indicado pelo AudioPosition para acessar a entrada de áudio que ocorreu enquanto o mecanismo de reconhecimento estava em pausa.Applications can use the location indicated by AudioPosition to access audio input that occurred while the recognition engine was paused.

Aplica-se a

Confira também