MLSequence.Create 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
Create(NSNumber[]) |
Static factory method that creates an MLSequence from the given . |
Create(String[]) |
Static factory method that creates an MLSequence from the given . |
Create(NSNumber[])
Static factory method that creates an MLSequence from the given .
[Foundation.Export("sequenceWithInt64Array:")]
public static CoreML.MLSequence Create (Foundation.NSNumber[] int64Values);
static member Create : Foundation.NSNumber[] -> CoreML.MLSequence
Parameters
- int64Values
- NSNumber[]
Returns
- Attributes
Applies to
Create(String[])
Static factory method that creates an MLSequence from the given .
[Foundation.Export("sequenceWithStringArray:")]
public static CoreML.MLSequence Create (string[] stringValues);
static member Create : string[] -> CoreML.MLSequence
Parameters
- stringValues
- String[]
Returns
- Attributes