NSSpeechSynthesizerDelegate.DidEncounterError 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[Foundation.Export("speechSynthesizer:didEncounterErrorAtIndex:ofString:message:")]
public virtual void DidEncounterError (AppKit.NSSpeechSynthesizer sender, nuint characterIndex, string theString, string message);
abstract member DidEncounterError : AppKit.NSSpeechSynthesizer * nuint * string * string -> unit
override this.DidEncounterError : AppKit.NSSpeechSynthesizer * nuint * string * string -> unit
參數
- sender
- NSSpeechSynthesizer
- characterIndex
- System.System.UIntPtr System.unativeint
- theString
- String
- message
- String
- 屬性