app / com.pzpg.ogr.api / RequestManager / downloadProcessedGraph
downloadProcessedGraph
suspend fun downloadProcessedGraph(guid:
String
, format:
GraphFormat
= GraphFormat.GraphML):
File
?
Suspend fun to called from a coroutine, used to download the processed graph
Parameters
guid
- universally unique identifier of uploaded image
format
- GraphFormat of a graph which you wont to download
Return temporary file with graph inside or none, when something went wrong
Author Władysław Jakołcewicz