Class: Google::Cloud::Translate::V3::RomanizeTextResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::RomanizeTextResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/translation_service.rb
Overview
The response message for synchronous romanization.
Instance Attribute Summary collapse
-
#romanizations ⇒ ::Array<::Google::Cloud::Translate::V3::Romanization>
Text romanization responses.
Instance Attribute Details
#romanizations ⇒ ::Array<::Google::Cloud::Translate::V3::Romanization>
Returns Text romanization responses.
This field has the same length as
contents
.
219 220 221 222 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 219 class RomanizeTextResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |