VerifyProcessResult

@Serializable
data class VerifyProcessResult(val frameAnalysisResult: FrameAnalysisResult, val resultCompleteness: ResultCompleteness)

Represents the result of a processing operation, encapsulating the analysis of a frame and the completeness status of the overall process.

Constructors

Link copied to clipboard
constructor(frameAnalysisResult: FrameAnalysisResult, resultCompleteness: ResultCompleteness)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Detailed analysis of the frame, including various detection statuses and potential issues.

Link copied to clipboard

Indicates the completeness of the overall processing flow.