C# Class MonkeyApp.iOS.TextToSpeech

Inheritance: ITextToSpeech
显示文件 Open project: jamesmontemagno/MonkeysApp-Workshop

Public Methods

Method Description
Speak ( string text ) : void
TextToSpeech ( ) : AVFoundation

Method Details

Speak() public method

public Speak ( string text ) : void
text string
return void

TextToSpeech() public method

public TextToSpeech ( ) : AVFoundation
return AVFoundation