Class: Google::Cloud::Translate::V3::DetectLanguageResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/translate/v3/translation_service.rb

Overview

The response message for language detection.

Instance Attribute Summary collapse

Instance Attribute Details

#languages::Array<::Google::Cloud::Translate::V3::DetectedLanguage>

Returns A list of detected languages sorted by detection confidence in descending order. The most probable language first.

Returns:



243
244
245
246
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 243

class DetectLanguageResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end