SpeechResponseEventArgsPhraseResponse Property |
[Missing <summary> documentation for "P:MicrosoftProjectOxford.SpeechResponseEventArgs.PhraseResponse"]
Namespace: MicrosoftProjectOxfordAssembly: SpeechClient (in SpeechClient.dll) Version: 0.0.0.0
Syntaxpublic RecognitionResult PhraseResponse { get; }
Public ReadOnly Property PhraseResponse As RecognitionResult
Get
public:
property RecognitionResult^ PhraseResponse {
RecognitionResult^ get ();
}
member PhraseResponse : RecognitionResult with get
Property Value
Type:
RecognitionResult
See Also