Share via


IINSpeakable 인터페이스

정의

Siri가 만들거나 들은 발화의 특성을 정의하는 인터페이스입니다.

[Foundation.Protocol(Name="INSpeakable", WrapperType=typeof(Intents.INSpeakableWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 0, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINSpeakable : IDisposable, ObjCRuntime.INativeObject
type IINSpeakable = interface
    interface INativeObject
    interface IDisposable
파생
특성
구현

속성

Handle

관리되지 않는 개체 표현에 대한 핸들(포인터)입니다.

(다음에서 상속됨 INativeObject)
Identifier

이 발음 힌트의 고유 식별자입니다.

PronunciationHint

개발자는 이를 사용하여 이름을 발음하는 방법을 명확히 할 수 있습니다.

SpokenPhrase

발화에 대한 Siri의 해석.

확장 메서드

GetAlternativeSpeakableMatches(IINSpeakable)

대체 일치 구의 배열을 가져옵니다.

GetVocabularyIdentifier(IINSpeakable)

앱별 어휘 파일에서 이 문자열의 식별자를 가져옵니다.

적용 대상