VoiceProcessorFragment

A pre-built screen for starting voice recording and analysis.

Supports customization through buildWorkflowSettings, buildFragmentArguments, nav graph arguments, and XML overrides.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion
Link copied to clipboard
@Serializable
data class WorkflowSettings @JvmOverloads constructor(@DrawableRes val progressTrackerViewProcessedDrawableId: Int? = null, @DrawableRes val progressTrackerViewFailedDrawableId: Int? = null, @DrawableRes val progressTrackerViewUnprocessedDrawableId: Int? = null, @DrawableRes val helpButtonDrawableId: Int? = null, val timeoutDuration: Int? = null, val handleOrientation: Boolean? = null)

Describes the available settings for this fragment.