.NET SDK Documentation

    Show / Hide Table of Contents

    Class ObjectObservedEventArgs

    Object appeared event args

    Inheritance
    Object
    EventArgs
    ObjectEventArgs
    ObjectObservedEventArgs
    Inherited Members
    ObjectEventArgs.Object
    EventArgs.Empty
    Namespace: Anki.Vector.Events
    Assembly: Anki.Vector.dll
    Syntax
    public class ObjectObservedEventArgs : ObjectEventArgs

    Properties

    | Improve this Doc View Source

    ImageRect

    Gets the position in image coordinates

    public ImageRect ImageRect { get; }
    Property Type
    ImageRect
    | Improve this Doc View Source

    Pose

    Gets the pose of the object

    public Pose Pose { get; }
    Property Type
    Pose
    | Improve this Doc View Source

    RobotTimestamp

    Gets the robot timestamp of the event

    public uint RobotTimestamp { get; }
    Property Type
    UInt32

    See Also

    ObjectEventArgs
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables