TestConversationSceneSignal


@ExperimentalSceneSignalApi
@PreviewSpatialApi
class TestConversationSceneSignal


A test utility for manipulating Conversation Scene Signals in the mocked AR environment.

Summary

Public properties

Float

The simulated confidence level of the conversation detection.

Int

The simulated conversation type integer (e.g., 0 for NOT_DETECTED, 1 for VIRTUAL, 2 for IN_PERSON).

Public properties

confidence

Added in 1.0.0-alpha14
var confidenceFloat

The simulated confidence level of the conversation detection. Ranges from 0.0 to 1.0.

type

Added in 1.0.0-alpha14
var typeInt

The simulated conversation type integer (e.g., 0 for NOT_DETECTED, 1 for VIRTUAL, 2 for IN_PERSON).