SdaiAppApi

interface SdaiAppApi(source)

Defines the SdaiAppApi contract for the SDAI network layer.

Author

Dmitriy Moroz

Inheritors

Functions

Link copied to clipboard

Loads SDAI data through fetchMediaPipeModels.

Link copied to clipboard

Loads SDAI data through fetchOnnxModels.

Link copied to clipboard
abstract suspend fun fetchSupporters(): List<SupporterRaw>

Loads SDAI data through fetchSupporters.

Link copied to clipboard
abstract suspend fun postReport(request: ReportRequest)

Executes the postReport step in the SDAI network layer.