Share via


MLSequence.Create Method

Definition

Overloads

Name Description
Create(NSNumber[])

Static factory method that creates an MLSequence from the given int64Values.

Create(String[])

Static factory method that creates an MLSequence from the given stringValues.

Create(NSNumber[])

Static factory method that creates an MLSequence from the given int64Values.

[Foundation.Export("sequenceWithInt64Array:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreML.MLSequence Create(Foundation.NSNumber[] int64Values);
[<Foundation.Export("sequenceWithInt64Array:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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 stringValues.

[Foundation.Export("sequenceWithStringArray:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreML.MLSequence Create(string[] stringValues);
[<Foundation.Export("sequenceWithStringArray:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : string[] -> CoreML.MLSequence

Parameters

stringValues
String[]

Returns

Attributes

Applies to