C# 클래스 SpeechRecognizer.CombinedGrammar

파일 보기 프로젝트 열기: rit-sse-mycroft/app-speech-to-text 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
compiled Grammar
name string
srgsdoc SrgsDocument
xml string

공개 메소드들

메소드 설명
CombinedGrammar ( string name, string xml ) : System

메소드 상세

CombinedGrammar() 공개 메소드

public CombinedGrammar ( string name, string xml ) : System
name string
xml string
리턴 System

프로퍼티 상세

compiled 공개적으로 프로퍼티

public Grammar compiled
리턴 Grammar

name 공개적으로 프로퍼티

public string name
리턴 string

srgsdoc 공개적으로 프로퍼티

public SrgsDocument srgsdoc
리턴 SrgsDocument

xml 공개적으로 프로퍼티

public string xml
리턴 string