Class: Aws::VoiceID::Types::SpeakerSummary

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

Overview

Contains a summary of information about a speaker.

Constant Summary collapse

SENSITIVE =
[:customer_speaker_id]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

A timestamp showing the speaker's creation time.

Returns:

  • (Time)


1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1929

class SpeakerSummary < Struct.new(
  :created_at,
  :customer_speaker_id,
  :domain_id,
  :generated_speaker_id,
  :last_accessed_at,
  :status,
  :updated_at)
  SENSITIVE = [:customer_speaker_id]
  include Aws::Structure
end

#customer_speaker_idString

The client-provided identifier for the speaker.

Returns:

  • (String)


1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1929

class SpeakerSummary < Struct.new(
  :created_at,
  :customer_speaker_id,
  :domain_id,
  :generated_speaker_id,
  :last_accessed_at,
  :status,
  :updated_at)
  SENSITIVE = [:customer_speaker_id]
  include Aws::Structure
end

#domain_idString

The identifier of the domain that contains the speaker.

Returns:

  • (String)


1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1929

class SpeakerSummary < Struct.new(
  :created_at,
  :customer_speaker_id,
  :domain_id,
  :generated_speaker_id,
  :last_accessed_at,
  :status,
  :updated_at)
  SENSITIVE = [:customer_speaker_id]
  include Aws::Structure
end

#generated_speaker_idString

The service-generated identifier for the speaker.

Returns:

  • (String)


1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1929

class SpeakerSummary < Struct.new(
  :created_at,
  :customer_speaker_id,
  :domain_id,
  :generated_speaker_id,
  :last_accessed_at,
  :status,
  :updated_at)
  SENSITIVE = [:customer_speaker_id]
  include Aws::Structure
end

#last_accessed_atTime

The timestamp when the speaker was last accessed for enrollment, re-enrollment or a successful authentication. This timestamp is accurate to one hour.

Returns:

  • (Time)


1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1929

class SpeakerSummary < Struct.new(
  :created_at,
  :customer_speaker_id,
  :domain_id,
  :generated_speaker_id,
  :last_accessed_at,
  :status,
  :updated_at)
  SENSITIVE = [:customer_speaker_id]
  include Aws::Structure
end

#statusString

The current status of the speaker.

Returns:

  • (String)


1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1929

class SpeakerSummary < Struct.new(
  :created_at,
  :customer_speaker_id,
  :domain_id,
  :generated_speaker_id,
  :last_accessed_at,
  :status,
  :updated_at)
  SENSITIVE = [:customer_speaker_id]
  include Aws::Structure
end

#updated_atTime

A timestamp showing the speaker's last update.

Returns:

  • (Time)


1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1929

class SpeakerSummary < Struct.new(
  :created_at,
  :customer_speaker_id,
  :domain_id,
  :generated_speaker_id,
  :last_accessed_at,
  :status,
  :updated_at)
  SENSITIVE = [:customer_speaker_id]
  include Aws::Structure
end