Class: Google::Cloud::Ces::V1beta::TestPersonaVoiceResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::TestPersonaVoiceResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/evaluation_service.rb
Overview
Response message for EvaluationService.TestPersonaVoice.
Instance Attribute Summary collapse
-
#audio ⇒ ::String
The audio data bytes of the synthesized voice.
Instance Attribute Details
#audio ⇒ ::String
Returns The audio data bytes of the synthesized voice.
768 769 770 771 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation_service.rb', line 768 class TestPersonaVoiceResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |