Class: Google::Cloud::Translate::V3::DetectLanguageResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::DetectLanguageResponse
- 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
-
#languages ⇒ ::Array<::Google::Cloud::Translate::V3::DetectedLanguage>
The most probable language detected by the Translation API.
Instance Attribute Details
#languages ⇒ ::Array<::Google::Cloud::Translate::V3::DetectedLanguage>
Returns The most probable language detected by the Translation API. For each request, the Translation API will always return only one result.
299 300 301 302 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 299 class DetectLanguageResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |