Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
detect_language
v0.3.0
DetectLanguage
Client
Configuration
DetectData
Detection
DetectResponse
Error
ErrorData
Built with Crystal 1.9.2
2023-10-08 13:19:05 UTC
class
DetectLanguage::DetectData
DetectLanguage::DetectData
Reference
Object
Included Modules
JSON::Serializable
Defined in:
detect_language/detect_response.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#detections
: Array(Detection)
#detections=
(detections : Array(Detection))
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
detections
: Array(
Detection
)
#
[
View source
]
def
detections=
(detections : Array(
Detection
))
#
[
View source
]