blob: 714df5d0ee6867eee67653e10ac8308c4386f5c2 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// Next MinVersion: 1
module chromeos.media_perception.mojom;
struct PresencePerception {
// The timestamp associated with the perception result.
int64 timestamp_us@0;
// Overall probability [0, 1] that a human is present.
float presence_confidence@1;
};