Class: Aws::VoiceID::Types::DescribeSpeakerResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#speakerTypes::Speaker

Information about the specified speaker.

Returns:



487
488
489
490
491
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 487

class DescribeSpeakerResponse < Struct.new(
  :speaker)
  SENSITIVE = []
  include Aws::Structure
end