class

Memvid::Frame

Inherits JSON::Serializable < Reference < Object

Frame metadata.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

chunk_count
Source
chunk_count=(chunk_count : UInt32 | Nil)
Source
chunk_index
Source
chunk_index=(chunk_index : UInt32 | Nil)
Source
id=(id : UInt64)
Source
kind
Source
kind=(kind : String | Nil)
Source
labels
Source
labels=(labels : Array(String))
Source
parent_id
Source
parent_id=(parent_id : UInt64 | Nil)
Source
payload_length
Source
payload_length=(payload_length : UInt64)
Source
status
Source
status=(status : String)
Source
tags
Source
tags=(tags : Array(String))
Source
timestamp
Source
timestamp=(timestamp : Int64)
Source
title
Source
title=(title : String | Nil)
Source
uri=(uri : String | Nil)
Source