Class ImageRefProfile
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
ImageRef profile which provides detailed information about stored object.
public class ImageRefProfile
- Inheritance
-
ImageRefProfile
- Inherited Members
Properties
ImageInfo
Image-specific information, e.g. memory consumption.
public required ImageProfile ImageInfo { get; set; }
Property Value
ImageSource
Description of source from which the ImageRef was created. Non-null only if detailed profiling has been previously enabled by a call to enableDetailedProfiling.
public required ImageSource ImageSource { get; set; }
Property Value
RefInfo
Information about the strong and serialized references to the image.
public required RefCountedObjectProfile RefInfo { get; set; }