Verify the current scene matches expectations.

Parameters

question
str
required
Question to ask about the scene.

Response

is_correct
bool
True if the scene matches expectations, False otherwise.

Example Usage

is_correct = await client.verify_scene("Is the object in the correct position?")