Class XrayImageNFT
Xray image NFT
Implements
Inherited Members
Namespace: VEDriversLite.NFT.Imaging.Xray
Assembly: VEDriversLite.dll
Syntax
public class XrayImageNFT : CommonNFT, INFT
Constructors
| Improve this Doc View SourceXrayImageNFT()
Create empty Xray Image NFT
Declaration
public XrayImageNFT()
XrayImageNFT(String)
Create empty Xray Image NFT
utxo
Declaration
public XrayImageNFT(string utxo)
Parameters
Type | Name | Description |
---|---|---|
System.String | utxo |
Properties
| Improve this Doc View SourceCountOfFrames
If the image is averaged from multiple frames this number tells how many frames was used
Declaration
public int CountOfFrames { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DetectorParameters
Data about the detector. It is necessary to fill if the image data are raw
Declaration
public DetectorDataDto DetectorParameters { get; set; }
Property Value
Type | Description |
---|---|
DetectorDataDto |
IsAveraged
If this is on, the result image is averaged from multiple images
Declaration
public bool IsAveraged { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOriginal
This flag Indicates if the image stored in link are original or are already processed with some filters, etc.
Declaration
public bool IsOriginal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRaw
This flag Indicates if the image data stored on IPFS are raw. In that case it needs the width, height and bitdepts/format to be able use/display them
Declaration
public bool IsRaw { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ObjectPosition
Object Position parameters
Declaration
public ObjectPositionDto ObjectPosition { get; set; }
Property Value
Type | Description |
---|---|
ObjectPositionDto |
XrayDeviceNFT
Loaded Xray Device NFT
Declaration
[JsonIgnore]
public INFT XrayDeviceNFT { get; set; }
Property Value
Type | Description |
---|---|
INFT |
XrayDeviceNFTHash
Xray device NFT Hash
Declaration
public string XrayDeviceNFTHash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
XrayParams
Xray exposure parameters
Declaration
public XrayExposureParameters XrayParams { get; set; }
Property Value
Type | Description |
---|---|
XrayExposureParameters |
Methods
| Improve this Doc View SourceFill(INFT)
Fill basic parameters
Declaration
public override async Task Fill(INFT NFT)
Parameters
Type | Name | Description |
---|---|---|
INFT | NFT |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
| Improve this Doc View SourceGetLastData()
Get last data of this NFT
Declaration
public async Task GetLastData()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
GetMetadata(String, String, String)
Get the NFT data for the NFT
Declaration
public override async Task<IDictionary<string, string>> GetMetadata(string address = "", string key = "", string receiver = "")
Parameters
Type | Name | Description |
---|---|---|
System.String | address | Address of the sender |
System.String | key | Private key of the sender for encryption |
System.String | receiver | receiver of the NFT |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Collections.Generic.IDictionary<System.String, System.String>> |
Overrides
| Improve this Doc View SourceLoadXrayNFT()
Load Xray device NFT
Declaration
public async Task LoadXrayNFT()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
ParseOriginData(IDictionary<String, String>, GetTransactionInfoResponse)
Find and parse origin data
Declaration
public override async Task ParseOriginData(IDictionary<string, string> lastmetadata, GetTransactionInfoResponse txinfo = null)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IDictionary<System.String, System.String> | lastmetadata | |
GetTransactionInfoResponse | txinfo |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
| Improve this Doc View SourceParseSpecific(IDictionary<String, String>)
Parse specific parameters
Declaration
public override void ParseSpecific(IDictionary<string, string> metadata)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IDictionary<System.String, System.String> | metadata |