SFTranscription.FormattedString Property
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.
Gets the string corresponding to the speech.
public virtual string FormattedString { [Foundation.Export("formattedString")] get; }
member this.FormattedString : string
Property Value
- Attributes
Remarks
Despite the name of this property, the resulting string does not have formatting attributes. (That is, it is a plain string
and not a NSAttributedString.)