SpeechRecognitionListConstraint 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
SpeechRecognitionListConstraint(IIterable<String>) |
단어 또는 구 배열에서 SpeechRecognitionListConstraint 클래스의 instance 만듭니다. |
SpeechRecognitionListConstraint(IIterable<String>, String) |
단어 또는 구 및 태그 배열에서 SpeechRecognitionListConstraint 클래스의 instance 만듭니다. |
SpeechRecognitionListConstraint(IIterable<String>)
단어 또는 구 배열에서 SpeechRecognitionListConstraint 클래스의 instance 만듭니다.
public:
SpeechRecognitionListConstraint(IIterable<Platform::String ^> ^ commands);
SpeechRecognitionListConstraint(IIterable<winrt::hstring> const& commands);
public SpeechRecognitionListConstraint(IEnumerable<string> commands);
function SpeechRecognitionListConstraint(commands)
Public Sub New (commands As IEnumerable(Of String))
매개 변수
추가 정보
적용 대상
SpeechRecognitionListConstraint(IIterable<String>, String)
단어 또는 구 및 태그 배열에서 SpeechRecognitionListConstraint 클래스의 instance 만듭니다.
public:
SpeechRecognitionListConstraint(IIterable<Platform::String ^> ^ commands, Platform::String ^ tag);
SpeechRecognitionListConstraint(IIterable<winrt::hstring> const& commands, winrt::hstring const& tag);
public SpeechRecognitionListConstraint(IEnumerable<string> commands, string tag);
function SpeechRecognitionListConstraint(commands, tag)
Public Sub New (commands As IEnumerable(Of String), tag As String)
매개 변수
- tag
-
String
Platform::String
winrt::hstring
제약 조건에 할당할 태그입니다.