C# Класс SPIDVerificationAPI_WPF_Sample.MainWindow

Interaction logic for MainWindow.xaml
Наследование: System.Windows.Window
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
SPEAKER_ENROLLMENTS string
SPEAKER_FILENAME string
SPEAKER_PHRASE_FILENAME string

Открытые методы

Метод Описание
Log ( string s ) : void

Logs a given message to the status bar

MainWindow ( ) : SampleUserControlLibrary

Add user scenarios in the main window

Описание методов

Log() публичный Метод

Logs a given message to the status bar
public Log ( string s ) : void
s string The message to be logged
Результат void

MainWindow() публичный Метод

Add user scenarios in the main window
public MainWindow ( ) : SampleUserControlLibrary
Результат SampleUserControlLibrary

Описание свойств

SPEAKER_ENROLLMENTS публичное статическое свойство

The name of the file that holds the speaker enrollments
public static string SPEAKER_ENROLLMENTS
Результат string

SPEAKER_FILENAME публичное статическое свойство

The filename that holds the speakerId
public static string SPEAKER_FILENAME
Результат string

SPEAKER_PHRASE_FILENAME публичное статическое свойство

The name of the file that holds the speaker phrase
public static string SPEAKER_PHRASE_FILENAME
Результат string