SKTextAnalysis Constructors
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
| Name | Description |
|---|---|
| SKTextAnalysis() |
Creates a new SKTextAnalysis with default (empty) values. |
| SKTextAnalysis(NSDictionary) |
Creates a new SKTextAnalysis from the values that are specified in |
SKTextAnalysis()
Creates a new SKTextAnalysis with default (empty) values.
[Foundation.Preserve(Conditional=true)]
public SKTextAnalysis();
public SKTextAnalysis();
- Attributes
Applies to
SKTextAnalysis(NSDictionary)
Creates a new SKTextAnalysis from the values that are specified in dictionary.
[Foundation.Preserve(Conditional=true)]
public SKTextAnalysis(Foundation.NSDictionary? dictionary);
public SKTextAnalysis(Foundation.NSDictionary? dictionary);
[<Foundation.Preserve(Conditional=true)>]
new SearchKit.SKTextAnalysis : Foundation.NSDictionary -> SearchKit.SKTextAnalysis
new SearchKit.SKTextAnalysis : Foundation.NSDictionary -> SearchKit.SKTextAnalysis
Parameters
- dictionary
- NSDictionary
The dictionary to use to populate the properties of this type.
- Attributes