ILClassificationResponse.UserInfo Property

Definition

Gets or sets the response data, as a JSON dictionary.

public virtual Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> UserInfo { [Foundation.Export("userInfo", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setUserInfo:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.UserInfo : Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> with get, set

Property Value

The response data, as a JSON dictionary.

Attributes

Applies to