Class: Google::Cloud::Translate::V3::DocumentTranslation
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::DocumentTranslation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/translation_service.rb
Overview
A translated document message.
Instance Attribute Summary collapse
-
#byte_stream_outputs ⇒ ::Array<::String>
The array of translated documents.
-
#detected_language_code ⇒ ::String
The detected language for the input document.
-
#mime_type ⇒ ::String
The translated document's mime type.
Instance Attribute Details
#byte_stream_outputs ⇒ ::Array<::String>
667 668 669 670 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 667 class DocumentTranslation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#detected_language_code ⇒ ::String
667 668 669 670 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 667 class DocumentTranslation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mime_type ⇒ ::String
667 668 669 670 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 667 class DocumentTranslation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |