Documentation
¶
Overview ¶
Package remotecoreml provides Go bindings for the remotecoreml framework.
Key Types ¶
Code generated from Apple documentation. DO NOT EDIT.
Index ¶
- func G_inbound_connection()
- func G_inbound_connectionSymbol() uintptr
- func KMLAckFailNetworkHeaderEncoding()
- func KMLAckFailNetworkHeaderEncodingSymbol() uintptr
- func KMLAckSuccessNetworkHeaderEncoding()
- func KMLAckSuccessNetworkHeaderEncodingSymbol() uintptr
- func KMLCustomNetworkHeaderEncoding()
- func KMLCustomNetworkHeaderEncodingSymbol() uintptr
- func KMLErrorNetworkHeaderEncoding()
- func KMLErrorNetworkHeaderEncodingSymbol() uintptr
- func KMLIncomingDataNetworkHeaderEncoding()
- func KMLIncomingDataNetworkHeaderEncodingSymbol() uintptr
- func KMLLoadNetworkHeaderEncoding()
- func KMLLoadNetworkHeaderEncodingSymbol() uintptr
- func KMLNetworkFamilyKey()
- func KMLNetworkFamilyKeySymbol() uintptr
- func KMLNetworkLocalAddrKey()
- func KMLNetworkLocalAddrKeySymbol() uintptr
- func KMLNetworkLocalPortKey()
- func KMLNetworkLocalPortKeySymbol() uintptr
- func KMLNetworkNameIdentifierKey()
- func KMLNetworkNameIdentifierKeySymbol() uintptr
- func KMLNetworkPortNumberKey()
- func KMLNetworkPortNumberKeySymbol() uintptr
- func KMLNetworkPskKey()
- func KMLNetworkPskKeySymbol() uintptr
- func KMLNetworkUseAWDLKey()
- func KMLNetworkUseAWDLKeySymbol() uintptr
- func KMLNetworkUseBonjourKey()
- func KMLNetworkUseBonjourKeySymbol() uintptr
- func KMLNetworkUseTLSKey()
- func KMLNetworkUseTLSKeySymbol() uintptr
- func KMLNetworkUseUDPKey()
- func KMLNetworkUseUDPKeySymbol() uintptr
- func KMLPredictNetworkHeaderEncoding()
- func KMLPredictNetworkHeaderEncodingSymbol() uintptr
- func KMLTextNetworkHeaderEncoding()
- func KMLTextNetworkHeaderEncodingSymbol() uintptr
- func RemoteCoreMLVersionNumber()
- func RemoteCoreMLVersionNumberSymbol() uintptr
- func RemoteCoreMLVersionString()
- func RemoteCoreMLVersionStringSymbol() uintptr
- type CoreMLModelSecurityServiceToClient
- func (c CoreMLModelSecurityServiceToClient) Autorelease() CoreMLModelSecurityServiceToClient
- func (c CoreMLModelSecurityServiceToClient) ClientFeatureNamesWithReply(names objectivec.IObject, reply objectivec.IObject)
- func (c CoreMLModelSecurityServiceToClient) ClientFeatureValueForNameUniqueKeyForProviderWithReply(name objectivec.IObject, provider objectivec.IObject, reply objectivec.IObject)
- func (c CoreMLModelSecurityServiceToClient) FeatureProviderCount() foundation.INSCountedSet
- func (c CoreMLModelSecurityServiceToClient) FeatureProviderMap() foundation.INSDictionary
- func (c CoreMLModelSecurityServiceToClient) Init() CoreMLModelSecurityServiceToClient
- func (c CoreMLModelSecurityServiceToClient) ServiceToClientQueue() objectivec.Object
- func (c CoreMLModelSecurityServiceToClient) SetFeatureProviderCount(value foundation.INSCountedSet)
- func (c CoreMLModelSecurityServiceToClient) SetFeatureProviderMap(value foundation.INSDictionary)
- func (c CoreMLModelSecurityServiceToClient) SetServiceToClientQueue(value objectivec.Object)
- type CoreMLModelSecurityServiceToClientClass
- type CoreMLVersion
- type CoreMLVersionClass
- type ICoreMLModelSecurityServiceToClient
- type ICoreMLVersion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func G_inbound_connection ¶
func G_inbound_connection()
G_inbound_connection has an opaque C signature in discovered metadata. Call G_inbound_connectionSymbol to get the raw symbol address.
See: https://developer.apple.com/documentation/RemoteCoreML/g_inbound_connection
func G_inbound_connectionSymbol ¶
func G_inbound_connectionSymbol() uintptr
G_inbound_connectionSymbol returns the raw symbol address for g_inbound_connection.
func KMLAckFailNetworkHeaderEncoding ¶
func KMLAckFailNetworkHeaderEncoding()
KMLAckFailNetworkHeaderEncoding has an opaque C signature in discovered metadata. Call KMLAckFailNetworkHeaderEncodingSymbol to get the raw symbol address.
See: https://developer.apple.com/documentation/RemoteCoreML/kMLAckFailNetworkHeaderEncoding
func KMLAckFailNetworkHeaderEncodingSymbol ¶
func KMLAckFailNetworkHeaderEncodingSymbol() uintptr
KMLAckFailNetworkHeaderEncodingSymbol returns the raw symbol address for kMLAckFailNetworkHeaderEncoding.
func KMLAckSuccessNetworkHeaderEncoding ¶
func KMLAckSuccessNetworkHeaderEncoding()
KMLAckSuccessNetworkHeaderEncoding has an opaque C signature in discovered metadata. Call KMLAckSuccessNetworkHeaderEncodingSymbol to get the raw symbol address.
See: https://developer.apple.com/documentation/RemoteCoreML/kMLAckSuccessNetworkHeaderEncoding
func KMLAckSuccessNetworkHeaderEncodingSymbol ¶
func KMLAckSuccessNetworkHeaderEncodingSymbol() uintptr
KMLAckSuccessNetworkHeaderEncodingSymbol returns the raw symbol address for kMLAckSuccessNetworkHeaderEncoding.
func KMLCustomNetworkHeaderEncoding ¶
func KMLCustomNetworkHeaderEncoding()
KMLCustomNetworkHeaderEncoding has an opaque C signature in discovered metadata. Call KMLCustomNetworkHeaderEncodingSymbol to get the raw symbol address.
See: https://developer.apple.com/documentation/RemoteCoreML/kMLCustomNetworkHeaderEncoding
func KMLCustomNetworkHeaderEncodingSymbol ¶
func KMLCustomNetworkHeaderEncodingSymbol() uintptr
KMLCustomNetworkHeaderEncodingSymbol returns the raw symbol address for kMLCustomNetworkHeaderEncoding.
func KMLErrorNetworkHeaderEncoding ¶
func KMLErrorNetworkHeaderEncoding()
KMLErrorNetworkHeaderEncoding has an opaque C signature in discovered metadata. Call KMLErrorNetworkHeaderEncodingSymbol to get the raw symbol address.
See: https://developer.apple.com/documentation/RemoteCoreML/kMLErrorNetworkHeaderEncoding
func KMLErrorNetworkHeaderEncodingSymbol ¶
func KMLErrorNetworkHeaderEncodingSymbol() uintptr
KMLErrorNetworkHeaderEncodingSymbol returns the raw symbol address for kMLErrorNetworkHeaderEncoding.
func KMLIncomingDataNetworkHeaderEncoding ¶
func KMLIncomingDataNetworkHeaderEncoding()
KMLIncomingDataNetworkHeaderEncoding has an opaque C signature in discovered metadata. Call KMLIncomingDataNetworkHeaderEncodingSymbol to get the raw symbol address.
See: https://developer.apple.com/documentation/RemoteCoreML/kMLIncomingDataNetworkHeaderEncoding
func KMLIncomingDataNetworkHeaderEncodingSymbol ¶
func KMLIncomingDataNetworkHeaderEncodingSymbol() uintptr
KMLIncomingDataNetworkHeaderEncodingSymbol returns the raw symbol address for kMLIncomingDataNetworkHeaderEncoding.
func KMLLoadNetworkHeaderEncoding ¶
func KMLLoadNetworkHeaderEncoding()
KMLLoadNetworkHeaderEncoding has an opaque C signature in discovered metadata. Call KMLLoadNetworkHeaderEncodingSymbol to get the raw symbol address.
See: https://developer.apple.com/documentation/RemoteCoreML/kMLLoadNetworkHeaderEncoding
func KMLLoadNetworkHeaderEncodingSymbol ¶
func KMLLoadNetworkHeaderEncodingSymbol() uintptr
KMLLoadNetworkHeaderEncodingSymbol returns the raw symbol address for kMLLoadNetworkHeaderEncoding.
func KMLNetworkFamilyKey ¶
func KMLNetworkFamilyKey()
KMLNetworkFamilyKey has an opaque C signature in discovered metadata. Call KMLNetworkFamilyKeySymbol to get the raw symbol address.
See: https://developer.apple.com/documentation/RemoteCoreML/kMLNetworkFamilyKey
func KMLNetworkFamilyKeySymbol ¶
func KMLNetworkFamilyKeySymbol() uintptr
KMLNetworkFamilyKeySymbol returns the raw symbol address for kMLNetworkFamilyKey.
func KMLNetworkLocalAddrKey ¶
func KMLNetworkLocalAddrKey()
KMLNetworkLocalAddrKey has an opaque C signature in discovered metadata. Call KMLNetworkLocalAddrKeySymbol to get the raw symbol address.
See: https://developer.apple.com/documentation/RemoteCoreML/kMLNetworkLocalAddrKey
func KMLNetworkLocalAddrKeySymbol ¶
func KMLNetworkLocalAddrKeySymbol() uintptr
KMLNetworkLocalAddrKeySymbol returns the raw symbol address for kMLNetworkLocalAddrKey.
func KMLNetworkLocalPortKey ¶
func KMLNetworkLocalPortKey()
KMLNetworkLocalPortKey has an opaque C signature in discovered metadata. Call KMLNetworkLocalPortKeySymbol to get the raw symbol address.
See: https://developer.apple.com/documentation/RemoteCoreML/kMLNetworkLocalPortKey
func KMLNetworkLocalPortKeySymbol ¶
func KMLNetworkLocalPortKeySymbol() uintptr
KMLNetworkLocalPortKeySymbol returns the raw symbol address for kMLNetworkLocalPortKey.
func KMLNetworkNameIdentifierKey ¶
func KMLNetworkNameIdentifierKey()
KMLNetworkNameIdentifierKey has an opaque C signature in discovered metadata. Call KMLNetworkNameIdentifierKeySymbol to get the raw symbol address.
See: https://developer.apple.com/documentation/RemoteCoreML/kMLNetworkNameIdentifierKey
func KMLNetworkNameIdentifierKeySymbol ¶
func KMLNetworkNameIdentifierKeySymbol() uintptr
KMLNetworkNameIdentifierKeySymbol returns the raw symbol address for kMLNetworkNameIdentifierKey.
func KMLNetworkPortNumberKey ¶
func KMLNetworkPortNumberKey()
KMLNetworkPortNumberKey has an opaque C signature in discovered metadata. Call KMLNetworkPortNumberKeySymbol to get the raw symbol address.
See: https://developer.apple.com/documentation/RemoteCoreML/kMLNetworkPortNumberKey
func KMLNetworkPortNumberKeySymbol ¶
func KMLNetworkPortNumberKeySymbol() uintptr
KMLNetworkPortNumberKeySymbol returns the raw symbol address for kMLNetworkPortNumberKey.
func KMLNetworkPskKey ¶
func KMLNetworkPskKey()
KMLNetworkPskKey has an opaque C signature in discovered metadata. Call KMLNetworkPskKeySymbol to get the raw symbol address.
See: https://developer.apple.com/documentation/RemoteCoreML/kMLNetworkPskKey
func KMLNetworkPskKeySymbol ¶
func KMLNetworkPskKeySymbol() uintptr
KMLNetworkPskKeySymbol returns the raw symbol address for kMLNetworkPskKey.
func KMLNetworkUseAWDLKey ¶
func KMLNetworkUseAWDLKey()
KMLNetworkUseAWDLKey has an opaque C signature in discovered metadata. Call KMLNetworkUseAWDLKeySymbol to get the raw symbol address.
See: https://developer.apple.com/documentation/RemoteCoreML/kMLNetworkUseAWDLKey
func KMLNetworkUseAWDLKeySymbol ¶
func KMLNetworkUseAWDLKeySymbol() uintptr
KMLNetworkUseAWDLKeySymbol returns the raw symbol address for kMLNetworkUseAWDLKey.
func KMLNetworkUseBonjourKey ¶
func KMLNetworkUseBonjourKey()
KMLNetworkUseBonjourKey has an opaque C signature in discovered metadata. Call KMLNetworkUseBonjourKeySymbol to get the raw symbol address.
See: https://developer.apple.com/documentation/RemoteCoreML/kMLNetworkUseBonjourKey
func KMLNetworkUseBonjourKeySymbol ¶
func KMLNetworkUseBonjourKeySymbol() uintptr
KMLNetworkUseBonjourKeySymbol returns the raw symbol address for kMLNetworkUseBonjourKey.
func KMLNetworkUseTLSKey ¶
func KMLNetworkUseTLSKey()
KMLNetworkUseTLSKey has an opaque C signature in discovered metadata. Call KMLNetworkUseTLSKeySymbol to get the raw symbol address.
See: https://developer.apple.com/documentation/RemoteCoreML/kMLNetworkUseTLSKey
func KMLNetworkUseTLSKeySymbol ¶
func KMLNetworkUseTLSKeySymbol() uintptr
KMLNetworkUseTLSKeySymbol returns the raw symbol address for kMLNetworkUseTLSKey.
func KMLNetworkUseUDPKey ¶
func KMLNetworkUseUDPKey()
KMLNetworkUseUDPKey has an opaque C signature in discovered metadata. Call KMLNetworkUseUDPKeySymbol to get the raw symbol address.
See: https://developer.apple.com/documentation/RemoteCoreML/kMLNetworkUseUDPKey
func KMLNetworkUseUDPKeySymbol ¶
func KMLNetworkUseUDPKeySymbol() uintptr
KMLNetworkUseUDPKeySymbol returns the raw symbol address for kMLNetworkUseUDPKey.
func KMLPredictNetworkHeaderEncoding ¶
func KMLPredictNetworkHeaderEncoding()
KMLPredictNetworkHeaderEncoding has an opaque C signature in discovered metadata. Call KMLPredictNetworkHeaderEncodingSymbol to get the raw symbol address.
See: https://developer.apple.com/documentation/RemoteCoreML/kMLPredictNetworkHeaderEncoding
func KMLPredictNetworkHeaderEncodingSymbol ¶
func KMLPredictNetworkHeaderEncodingSymbol() uintptr
KMLPredictNetworkHeaderEncodingSymbol returns the raw symbol address for kMLPredictNetworkHeaderEncoding.
func KMLTextNetworkHeaderEncoding ¶
func KMLTextNetworkHeaderEncoding()
KMLTextNetworkHeaderEncoding has an opaque C signature in discovered metadata. Call KMLTextNetworkHeaderEncodingSymbol to get the raw symbol address.
See: https://developer.apple.com/documentation/RemoteCoreML/kMLTextNetworkHeaderEncoding
func KMLTextNetworkHeaderEncodingSymbol ¶
func KMLTextNetworkHeaderEncodingSymbol() uintptr
KMLTextNetworkHeaderEncodingSymbol returns the raw symbol address for kMLTextNetworkHeaderEncoding.
func RemoteCoreMLVersionNumber ¶
func RemoteCoreMLVersionNumber()
RemoteCoreMLVersionNumber has an opaque C signature in discovered metadata. Call RemoteCoreMLVersionNumberSymbol to get the raw symbol address.
See: https://developer.apple.com/documentation/RemoteCoreML/RemoteCoreMLVersionNumber
func RemoteCoreMLVersionNumberSymbol ¶
func RemoteCoreMLVersionNumberSymbol() uintptr
RemoteCoreMLVersionNumberSymbol returns the raw symbol address for RemoteCoreMLVersionNumber.
func RemoteCoreMLVersionString ¶
func RemoteCoreMLVersionString()
RemoteCoreMLVersionString has an opaque C signature in discovered metadata. Call RemoteCoreMLVersionStringSymbol to get the raw symbol address.
See: https://developer.apple.com/documentation/RemoteCoreML/RemoteCoreMLVersionString
func RemoteCoreMLVersionStringSymbol ¶
func RemoteCoreMLVersionStringSymbol() uintptr
RemoteCoreMLVersionStringSymbol returns the raw symbol address for RemoteCoreMLVersionString.
Types ¶
type CoreMLModelSecurityServiceToClient ¶
type CoreMLModelSecurityServiceToClient struct {
objectivec.Object
}
Methods ¶
- CoreMLModelSecurityServiceToClient.ClientFeatureNamesWithReply
- CoreMLModelSecurityServiceToClient.ClientFeatureValueForNameUniqueKeyForProviderWithReply
- CoreMLModelSecurityServiceToClient.FeatureProviderCount
- CoreMLModelSecurityServiceToClient.SetFeatureProviderCount
- CoreMLModelSecurityServiceToClient.FeatureProviderMap
- CoreMLModelSecurityServiceToClient.SetFeatureProviderMap
- CoreMLModelSecurityServiceToClient.ServiceToClientQueue
- CoreMLModelSecurityServiceToClient.SetServiceToClientQueue
See: https://developer.apple.com/documentation/RemoteCoreML/CoreMLModelSecurityServiceToClient
func CoreMLModelSecurityServiceToClientFromID ¶
func CoreMLModelSecurityServiceToClientFromID(id objc.ID) CoreMLModelSecurityServiceToClient
CoreMLModelSecurityServiceToClientFromID constructs a CoreMLModelSecurityServiceToClient from an objc.ID.
func NewCoreMLModelSecurityServiceToClient ¶
func NewCoreMLModelSecurityServiceToClient() CoreMLModelSecurityServiceToClient
NewCoreMLModelSecurityServiceToClient creates a new CoreMLModelSecurityServiceToClient instance.
func (CoreMLModelSecurityServiceToClient) Autorelease ¶
func (c CoreMLModelSecurityServiceToClient) Autorelease() CoreMLModelSecurityServiceToClient
Autorelease adds the receiver to the current autorelease pool.
func (CoreMLModelSecurityServiceToClient) ClientFeatureNamesWithReply ¶
func (c CoreMLModelSecurityServiceToClient) ClientFeatureNamesWithReply(names objectivec.IObject, reply objectivec.IObject)
func (CoreMLModelSecurityServiceToClient) ClientFeatureValueForNameUniqueKeyForProviderWithReply ¶
func (c CoreMLModelSecurityServiceToClient) ClientFeatureValueForNameUniqueKeyForProviderWithReply(name objectivec.IObject, provider objectivec.IObject, reply objectivec.IObject)
func (CoreMLModelSecurityServiceToClient) FeatureProviderCount ¶
func (c CoreMLModelSecurityServiceToClient) FeatureProviderCount() foundation.INSCountedSet
func (CoreMLModelSecurityServiceToClient) FeatureProviderMap ¶
func (c CoreMLModelSecurityServiceToClient) FeatureProviderMap() foundation.INSDictionary
func (CoreMLModelSecurityServiceToClient) Init ¶
func (c CoreMLModelSecurityServiceToClient) Init() CoreMLModelSecurityServiceToClient
Init initializes the instance.
func (CoreMLModelSecurityServiceToClient) ServiceToClientQueue ¶
func (c CoreMLModelSecurityServiceToClient) ServiceToClientQueue() objectivec.Object
func (CoreMLModelSecurityServiceToClient) SetFeatureProviderCount ¶
func (c CoreMLModelSecurityServiceToClient) SetFeatureProviderCount(value foundation.INSCountedSet)
func (CoreMLModelSecurityServiceToClient) SetFeatureProviderMap ¶
func (c CoreMLModelSecurityServiceToClient) SetFeatureProviderMap(value foundation.INSDictionary)
func (CoreMLModelSecurityServiceToClient) SetServiceToClientQueue ¶
func (c CoreMLModelSecurityServiceToClient) SetServiceToClientQueue(value objectivec.Object)
type CoreMLModelSecurityServiceToClientClass ¶
type CoreMLModelSecurityServiceToClientClass struct {
// contains filtered or unexported fields
}
func GetCoreMLModelSecurityServiceToClientClass ¶
func GetCoreMLModelSecurityServiceToClientClass() CoreMLModelSecurityServiceToClientClass
GetCoreMLModelSecurityServiceToClientClass returns the class object for CoreMLModelSecurityServiceToClient.
func (CoreMLModelSecurityServiceToClientClass) Alloc ¶
func (cc CoreMLModelSecurityServiceToClientClass) Alloc() CoreMLModelSecurityServiceToClient
Alloc allocates memory for a new instance of the class.
type CoreMLVersion ¶
type CoreMLVersion struct {
objectivec.Object
}
Methods ¶
See: https://developer.apple.com/documentation/RemoteCoreML/CoreMLVersion
func CoreMLVersionFromID ¶
func CoreMLVersionFromID(id objc.ID) CoreMLVersion
CoreMLVersionFromID constructs a CoreMLVersion from an objc.ID.
func NewCoreMLVersion ¶
func NewCoreMLVersion() CoreMLVersion
NewCoreMLVersion creates a new CoreMLVersion instance.
func (CoreMLVersion) Autorelease ¶
func (c CoreMLVersion) Autorelease() CoreMLVersion
Autorelease adds the receiver to the current autorelease pool.
func (CoreMLVersion) FrameworkVersionNumber ¶
func (c CoreMLVersion) FrameworkVersionNumber() foundation.NSNumber
See: https://developer.apple.com/documentation/RemoteCoreML/CoreMLVersion/frameworkVersionNumber
func (CoreMLVersion) Init ¶
func (c CoreMLVersion) Init() CoreMLVersion
Init initializes the instance.
func (CoreMLVersion) SetFrameworkVersionNumber ¶
func (c CoreMLVersion) SetFrameworkVersionNumber(value foundation.NSNumber)
type CoreMLVersionClass ¶
type CoreMLVersionClass struct {
// contains filtered or unexported fields
}
func GetCoreMLVersionClass ¶
func GetCoreMLVersionClass() CoreMLVersionClass
GetCoreMLVersionClass returns the class object for CoreMLVersion.
func (CoreMLVersionClass) Alloc ¶
func (cc CoreMLVersionClass) Alloc() CoreMLVersion
Alloc allocates memory for a new instance of the class.
func (CoreMLVersionClass) GetInternalFrameworkVersion ¶
func (_CoreMLVersionClass CoreMLVersionClass) GetInternalFrameworkVersion() objectivec.IObject
See: https://developer.apple.com/documentation/RemoteCoreML/CoreMLVersion/getInternalFrameworkVersion
type ICoreMLModelSecurityServiceToClient ¶
type ICoreMLModelSecurityServiceToClient interface {
objectivec.IObject
ClientFeatureNamesWithReply(names objectivec.IObject, reply objectivec.IObject)
ClientFeatureValueForNameUniqueKeyForProviderWithReply(name objectivec.IObject, provider objectivec.IObject, reply objectivec.IObject)
FeatureProviderCount() foundation.INSCountedSet
SetFeatureProviderCount(value foundation.INSCountedSet)
FeatureProviderMap() foundation.INSDictionary
SetFeatureProviderMap(value foundation.INSDictionary)
ServiceToClientQueue() objectivec.Object
SetServiceToClientQueue(value objectivec.Object)
}
An interface definition for the CoreMLModelSecurityServiceToClient class.
Methods ¶
- [ICoreMLModelSecurityServiceToClient.ClientFeatureNamesWithReply]
- [ICoreMLModelSecurityServiceToClient.ClientFeatureValueForNameUniqueKeyForProviderWithReply]
- [ICoreMLModelSecurityServiceToClient.FeatureProviderCount]
- [ICoreMLModelSecurityServiceToClient.SetFeatureProviderCount]
- [ICoreMLModelSecurityServiceToClient.FeatureProviderMap]
- [ICoreMLModelSecurityServiceToClient.SetFeatureProviderMap]
- [ICoreMLModelSecurityServiceToClient.ServiceToClientQueue]
- [ICoreMLModelSecurityServiceToClient.SetServiceToClientQueue]
See: https://developer.apple.com/documentation/RemoteCoreML/CoreMLModelSecurityServiceToClient
type ICoreMLVersion ¶
type ICoreMLVersion interface {
objectivec.IObject
FrameworkVersionNumber() foundation.NSNumber
SetFrameworkVersionNumber(value foundation.NSNumber)
}
An interface definition for the CoreMLVersion class.
Methods ¶
- [ICoreMLVersion.FrameworkVersionNumber]
- [ICoreMLVersion.SetFrameworkVersionNumber]
See: https://developer.apple.com/documentation/RemoteCoreML/CoreMLVersion