C# Class SPIDVerificationAPI_WPF_Sample.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Datei anzeigen Open project: Microsoft/ProjectOxford-ClientSDK

Public Properties

Property Type Description
SPEAKER_ENROLLMENTS string
SPEAKER_FILENAME string
SPEAKER_PHRASE_FILENAME string

Public Methods

Method Description
Log ( string s ) : void

Logs a given message to the status bar

MainWindow ( ) : SampleUserControlLibrary

Add user scenarios in the main window

Method Details

Log() public method

Logs a given message to the status bar
public Log ( string s ) : void
s string The message to be logged
return void

MainWindow() public method

Add user scenarios in the main window
public MainWindow ( ) : SampleUserControlLibrary
return SampleUserControlLibrary

Property Details

SPEAKER_ENROLLMENTS public_oe static_oe property

The name of the file that holds the speaker enrollments
public static string SPEAKER_ENROLLMENTS
return string

SPEAKER_FILENAME public_oe static_oe property

The filename that holds the speakerId
public static string SPEAKER_FILENAME
return string

SPEAKER_PHRASE_FILENAME public_oe static_oe property

The name of the file that holds the speaker phrase
public static string SPEAKER_PHRASE_FILENAME
return string