class Google::Translate::DetectionResult

Included Modules

Defined in:

translate/detection_result.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def confidence : Int32 #

[View source]
def confidence=(confidence : Int32) #

[View source]
def language : String #

[View source]
def language=(language : String) #

[View source]
def reliable=(reliable : Bool) #

[View source]
def reliable? : Bool #

[View source]