A structure resolved from a search query, ready to hand to a renderer.
Source
exportinterfaceResolvedMolecule { /** The PubChem CID the query resolved to. */ cid:PubChemCID; /** The parsed atoms and bonds. */ molecule:Molecule; /** Whether PubChem served a real 3D conformer or fell back to the flat 2D layout. */ recordType:StructureRecordType; }
A structure resolved from a search query, ready to hand to a renderer.
Source