SENTFeedback

A class for providing feedback on SDK detections.

SENTFeedback API

submitOccupantRoleFeedback

Submits feedback for the detected occupant role of a specified transport. This feedback is utilized to enhance the accuracy of occupant role detection in future transport instances.

It is important to note that submitting feedback will not alter the occupant role currently assigned to the transport.

Returns the feedback result. See SENTOccupantRoleFeedbackResult.

Throws NSException if the SDK is not initialized.

func submitOccupantRoleFeedback(
        transportId: String,
        feedbackRole: SENTOccupantRoleFeedback
    ) -> SENTOccupantRoleFeedbackResult 
Parameters

transportId

The identifier of the transport for which feedback is being provided.

feedbackRole

The correct occupant role. See SENTOccupantRoleFeedback.

Last updated