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)

获取特定于应用的词汇文件中此字符串的标识符。

适用于