Molecule conversion result.
name | data type | description |
---|---|---|
src | string | Source structure. |
binary | boolean | Is binary format requested.
When value is true then result is base64 encoded.
|
result | string | Converted structure. When binary format is requested then the result is base64 encoded. |
inputformat | string | Recognized source format. Value retrieved from Molecule#getInputFormat() after source parsed. |
Example
{ "src" : "...", "binary" : true, "result" : "...", "inputformat" : "..." }