C# Class CognitiveServicesDemo.ViewModels.MainViewModel

Inheritance: MvvmCross.Core.ViewModels.MvxViewModel
Mostrar archivo Open project: builttoroam/BuildIt

Public Methods

Method Description
MainViewModel ( ) : MvvmCross.Core.ViewModels
ShowAcademic ( ) : void
ShowBingAutosuggest ( ) : void
ShowBingImageSearch ( ) : void
ShowBingSpeech ( ) : void
ShowBingSpellCheck ( ) : void
ShowBingWebSearch ( ) : void
ShowEmotion ( ) : void
ShowEntityLinking ( ) : void
ShowFace ( ) : void
ShowTextAnalytics ( ) : void
ShowVideo ( ) : void
ShowWlm ( ) : void
Start ( ) : void

Method Details

MainViewModel() public method

public MainViewModel ( ) : MvvmCross.Core.ViewModels
return MvvmCross.Core.ViewModels

ShowAcademic() public method

public ShowAcademic ( ) : void
return void

ShowBingAutosuggest() public method

public ShowBingAutosuggest ( ) : void
return void

ShowBingImageSearch() public method

public ShowBingImageSearch ( ) : void
return void

ShowBingSpeech() public method

public ShowBingSpeech ( ) : void
return void

ShowBingSpellCheck() public method

public ShowBingSpellCheck ( ) : void
return void

ShowBingWebSearch() public method

public ShowBingWebSearch ( ) : void
return void

ShowEmotion() public method

public ShowEmotion ( ) : void
return void

ShowEntityLinking() public method

public ShowEntityLinking ( ) : void
return void

ShowFace() public method

public ShowFace ( ) : void
return void

ShowTextAnalytics() public method

public ShowTextAnalytics ( ) : void
return void

ShowVideo() public method

public ShowVideo ( ) : void
return void

ShowWlm() public method

public ShowWlm ( ) : void
return void

Start() public method

public Start ( ) : void
return void