Class: Google::Cloud::Translate::V3::BatchTranslateResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::BatchTranslateResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/translation_service.rb
Overview
Stored in the google.longrunning.Operation.response field returned by BatchTranslateText if at least one sentence is translated successfully.
Instance Attribute Summary collapse
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The time when the operation is finished and google.longrunning.Operation.done is set to true.
-
#failed_characters ⇒ ::Integer
Number of characters that have failed to process (Unicode codepoints).
-
#submit_time ⇒ ::Google::Protobuf::Timestamp
Time when the operation was submitted.
-
#total_characters ⇒ ::Integer
Total number of characters (Unicode codepoints).
-
#translated_characters ⇒ ::Integer
Number of successfully translated characters (Unicode codepoints).
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The time when the operation is finished and google.longrunning.Operation.done is set to true.
911 912 913 914 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 911 class BatchTranslateResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#failed_characters ⇒ ::Integer
Returns Number of characters that have failed to process (Unicode codepoints).
911 912 913 914 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 911 class BatchTranslateResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#submit_time ⇒ ::Google::Protobuf::Timestamp
Returns Time when the operation was submitted.
911 912 913 914 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 911 class BatchTranslateResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_characters ⇒ ::Integer
Returns Total number of characters (Unicode codepoints).
911 912 913 914 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 911 class BatchTranslateResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#translated_characters ⇒ ::Integer
Returns Number of successfully translated characters (Unicode codepoints).
911 912 913 914 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 911 class BatchTranslateResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |