共用方式為


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)

取得應用程式特定詞彙檔案中這個字串的識別碼。

適用於