blob: 3fd74ded17efc25b6d1b630ac5f288490db2b391 [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.
//
// See platform2/media_perception/mojom/presence_perception.mojom for relevant comments on
// data fields.
syntax = "proto2";
package mri;
message PresencePerception {
optional int64 timestamp_us = 1;
optional float presence_confidence = 3;
}