Memvid::PutOptions
Inherits JSON::Serializable < Reference < Object
Options for Memory#put.
Constructors
new(pull : JSON::PullParser)
Sourcenew(uri : Nil | String = nil, title : Nil | String = nil, timestamp : Int64 | Nil = nil, track : Nil | String = nil, kind : Nil | String = nil, tags : Nil | Hash(String, String) = nil, labels : Nil | Array(String) = nil, search_text : Nil | String = nil, auto_tag : Bool | Nil = nil, extract_dates : Bool | Nil = nil, extract_triplets : Bool | Nil = nil, no_raw : Bool | Nil = nil, dedup : Bool | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
auto_tag
Sourcededup
Sourceextract_dates
Sourceextract_triplets
Sourcekind
Sourcelabels
Sourceno_raw
Sourcesearch_text
Sourcetags
Sourcetimestamp
Sourcetitle
Sourcetrack
Sourceuri
Source