Creates a TextMark with the specified offset, coordinates, and report.
API users typically do not create TextMark instances directly.
Timestamp (in milliseconds) of the text mark within the log.
Coordinates where the text mark was created.
The textual note or annotation associated with the mark.
The geographical coordinates where the text mark was recorded.
The timestamp (in milliseconds) of the text mark within the log.
A textual note or annotation associated with the mark.
InternalSerializes this instance to a JSON-compatible object.
Used internally, not intended for direct use by consumers. The object structure may change without notice.
StaticfromInternalDeserializes a JSON-compatible object to create an instance.
Used internally, not intended for direct use by consumers. The expected object structure may change without notice.
Represents a textual annotation at a specific moment in a recording.
A TextMark stores an offset timestamp, geographic Coordinates, and a textual
reportdescribing the moment. Text marks are useful for bookmarks, notes, or labeling events during a recording session.Text marks are added by calling the Recorder.addTextMark method while recording.
See