Class PhotoInfo
Store photo information
Namespace: Anki.Vector.Types
Assembly: Anki.Vector.dll
Syntax
public class PhotoInfo
Properties
| Improve this Doc View SourceDateTime
Gets the photo taken on date and time.
public DateTime DateTime { get; }
Property Type
DateTime |
PhotoCopiedToApp
Gets a value indicating whether photo was copied to application.
public bool PhotoCopiedToApp { get; }
Property Type
Boolean |
PhotoId
Gets the photo identifier.
public uint PhotoId { get; }
Property Type
UInt32 |
ThumbCopiedToApp
Gets a value indicating whether thumb was copied to application.
public bool ThumbCopiedToApp { get; }
Property Type
Boolean |