SFSpeechRecognitionRequest.ContextualStrings 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 or sets an array of likely strings.
public virtual string[] ContextualStrings { [Foundation.Export("contextualStrings", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setContextualStrings:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.ContextualStrings : string[] with get, set
Property Value
String[]
- Attributes
Remarks
Recognition is biased towards recognizing the values in ContextualStrings but is not constrained to them.