class
DeepL::RephraseResult
- DeepL::RephraseResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
deepl/v2/rephrase_result.crConstructors
- .new(detected_source_language : String, text : String)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
- #detected_source_language : String
- #detected_source_language=(detected_source_language : String)
- #text : String
- #text=(text : String)