xamarinios
namespace CoreML
{
[Introduced(PlatformName.WatchOS, 5, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.TvOS, 12, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 14, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 12, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "MLBatchProvider", WrapperType = typeof(MLBatchProviderWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetFeatures", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(nint) }, ReturnType = typeof(IMLFeatureProvider), Selector = "featuresAtIndex:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "count", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Count", PropertyType = typeof(nint), Selector = "count")]
public interface IMLBatchProvider : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("featuresAtIndex:")]
[Preserve(Conditional = true)]
IMLFeatureProvider! GetFeatures(nint index);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Xamarin watchOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |