AVSpeechUtterance.FromString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FromString(NSAttributedString) | |
FromString(String) |
Factory method to create an AVSpeechUtterance for the |
FromString(NSAttributedString)
[Foundation.Export("speechUtteranceWithAttributedString:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static AVFoundation.AVSpeechUtterance FromString (Foundation.NSAttributedString speechString);
static member FromString : Foundation.NSAttributedString -> AVFoundation.AVSpeechUtterance
Parameters
- speechString
- NSAttributedString
Returns
- Attributes
Applies to
FromString(String)
Factory method to create an AVSpeechUtterance for the speechString
.
[Foundation.Export("speechUtteranceWithString:")]
public static AVFoundation.AVSpeechUtterance FromString (string speechString);
static member FromString : string -> AVFoundation.AVSpeechUtterance
Parameters
- speechString
- String
Returns
- Attributes