class TensorflowLite::Image::Classification::Output

Included Modules

Defined in:

tflite_image/classification.cr

Constructors

Instance Method Summary

Instance methods inherited from module TensorflowLite::Image::Detection::Classification

index : Int32 index, label : String | Symbol | Nil label, score : Float32 score

Instance methods inherited from module TensorflowLite::Image::Detection

associated : Array(Detection) associated, type : Symbol type

Constructor methods inherited from module TensorflowLite::Image::Detection

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(index : Int32, score : Float32, label : String | Symbol | Nil = nil) #

[View source]

Instance Method Detail

def type : Symbol #
Description copied from module TensorflowLite::Image::Detection

i.e. object, pose, face, age, class


[View source]