C# 클래스 MediaAppSample.Core.Services.VoiceCommandManager

상속: ServiceBase, IServiceSignout
파일 보기 프로젝트 열기: Microsoft/TVHelpers

공개 메소드들

메소드 설명
ClearPhraseListAsync ( string commandSetName, string phraseListName, string countryCode = null ) : System.Threading.Tasks.Task

Clear all phrases for a command set.

SignoutAsync ( ) : System.Threading.Tasks.Task

Clears all items from the voice command definition on user signout.

UpdatePhraseListAsync ( string commandSetName, string phraseListName, IEnumerable list, string countryCode = "en-us" ) : System.Threading.Tasks.Task

Updates all phrases in a command set.

비공개 메소드들

메소드 설명
VoiceCommandManager ( ) : System

메소드 상세

ClearPhraseListAsync() 공개 메소드

Clear all phrases for a command set.
public ClearPhraseListAsync ( string commandSetName, string phraseListName, string countryCode = null ) : System.Threading.Tasks.Task
commandSetName string Name of the command set.
phraseListName string Name of the phrase list.
countryCode string Country code for the command set.
리턴 System.Threading.Tasks.Task

SignoutAsync() 공개 메소드

Clears all items from the voice command definition on user signout.
public SignoutAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

UpdatePhraseListAsync() 공개 메소드

Updates all phrases in a command set.
public UpdatePhraseListAsync ( string commandSetName, string phraseListName, IEnumerable list, string countryCode = "en-us" ) : System.Threading.Tasks.Task
commandSetName string Name of the command set.
phraseListName string Name of the phrase list.
list IEnumerable Strings for the phrase list.
countryCode string Country code for the command set.
리턴 System.Threading.Tasks.Task