C# Class CognitiveServicesDemo.ViewModels.BingSpeechViewModel

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

Public Properties

Property Type Description
BingSpeech IBingSpeech

Public Methods

Method Description
BingSpeechViewModel ( IBingSpeech bingSpeech ) : System

Method Details

BingSpeechViewModel() public method

public BingSpeechViewModel ( IBingSpeech bingSpeech ) : System
bingSpeech IBingSpeech
return System

Property Details

BingSpeech public_oe property

public IBingSpeech BingSpeech
return IBingSpeech