mapreader.spot_text.dataclasses =============================== .. py:module:: mapreader.spot_text.dataclasses Classes ------- .. autoapisummary:: mapreader.spot_text.dataclasses.PatchPrediction mapreader.spot_text.dataclasses.ParentPrediction mapreader.spot_text.dataclasses.GeoPrediction Module Contents --------------- .. py:class:: PatchPrediction .. py:attribute:: pixel_geometry :type: shapely.geometry.Polygon .. py:attribute:: pixel_line :type: shapely.geometry.LineString .. py:attribute:: score :type: float .. py:attribute:: text :type: str :value: None .. py:class:: ParentPrediction .. py:attribute:: pixel_geometry :type: shapely.geometry.Polygon .. py:attribute:: pixel_line :type: shapely.geometry.LineString .. py:attribute:: score :type: float .. py:attribute:: patch_id :type: str .. py:attribute:: text :type: str :value: None .. py:class:: GeoPrediction .. py:attribute:: pixel_geometry :type: shapely.geometry.Polygon .. py:attribute:: pixel_line :type: shapely.geometry.LineString .. py:attribute:: score :type: float .. py:attribute:: patch_id :type: str .. py:attribute:: geometry :type: shapely.geometry.Polygon .. py:attribute:: line :type: shapely.geometry.LineString .. py:attribute:: crs :type: str .. py:attribute:: text :type: str :value: None