C# Class CognitiveServicesDemo.Views.BingSpeechPage

Inheritance: Xamarin.Forms.ContentPage
Show file Open project: builttoroam/BuildIt

Public Properties

Property Type Description
BingSpeech IBingSpeech
MyEditor Xamarin.Forms.Editor

Public Methods

Method Description
BingSpeechPage ( ) : System
Button_OnClicked ( object sender, EventArgs e ) : void
Init ( IBingSpeech bingSpeech ) : void

Method Details

BingSpeechPage() public method

public BingSpeechPage ( ) : System
return System

Button_OnClicked() public method

public Button_OnClicked ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Init() public static method

public static Init ( IBingSpeech bingSpeech ) : void
bingSpeech IBingSpeech
return void

Property Details

BingSpeech public static property

public static IBingSpeech BingSpeech
return IBingSpeech

MyEditor public property

public Editor,Xamarin.Forms MyEditor
return Xamarin.Forms.Editor