Class: Aws::Connect::Types::Vocabulary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Contains information about a custom vocabulary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the custom vocabulary.

Returns:

  • (String)


21425
21426
21427
21428
21429
21430
21431
21432
21433
21434
21435
21436
21437
# File 'lib/aws-sdk-connect/types.rb', line 21425

class Vocabulary < Struct.new(
  :name,
  :id,
  :arn,
  :language_code,
  :state,
  :last_modified_time,
  :failure_reason,
  :content,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#contentString

The content of the custom vocabulary in plain-text format with a table of values. Each row in the table represents a word or a phrase, described with ‘Phrase`, `IPA`, `SoundsLike`, and `DisplayAs` fields. Separate the fields with TAB characters. For more information, see [Create a custom vocabulary using a table].

[1]: docs.aws.amazon.com/transcribe/latest/dg/custom-vocabulary.html#create-vocabulary-table

Returns:

  • (String)


21425
21426
21427
21428
21429
21430
21431
21432
21433
21434
21435
21436
21437
# File 'lib/aws-sdk-connect/types.rb', line 21425

class Vocabulary < Struct.new(
  :name,
  :id,
  :arn,
  :language_code,
  :state,
  :last_modified_time,
  :failure_reason,
  :content,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

The reason why the custom vocabulary was not created.

Returns:

  • (String)


21425
21426
21427
21428
21429
21430
21431
21432
21433
21434
21435
21436
21437
# File 'lib/aws-sdk-connect/types.rb', line 21425

class Vocabulary < Struct.new(
  :name,
  :id,
  :arn,
  :language_code,
  :state,
  :last_modified_time,
  :failure_reason,
  :content,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the custom vocabulary.

Returns:

  • (String)


21425
21426
21427
21428
21429
21430
21431
21432
21433
21434
21435
21436
21437
# File 'lib/aws-sdk-connect/types.rb', line 21425

class Vocabulary < Struct.new(
  :name,
  :id,
  :arn,
  :language_code,
  :state,
  :last_modified_time,
  :failure_reason,
  :content,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#language_codeString

The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see [What is Amazon Transcribe?]

[1]: docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html

Returns:

  • (String)


21425
21426
21427
21428
21429
21430
21431
21432
21433
21434
21435
21436
21437
# File 'lib/aws-sdk-connect/types.rb', line 21425

class Vocabulary < Struct.new(
  :name,
  :id,
  :arn,
  :language_code,
  :state,
  :last_modified_time,
  :failure_reason,
  :content,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp when the custom vocabulary was last modified.

Returns:

  • (Time)


21425
21426
21427
21428
21429
21430
21431
21432
21433
21434
21435
21436
21437
# File 'lib/aws-sdk-connect/types.rb', line 21425

class Vocabulary < Struct.new(
  :name,
  :id,
  :arn,
  :language_code,
  :state,
  :last_modified_time,
  :failure_reason,
  :content,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A unique name of the custom vocabulary.

Returns:

  • (String)


21425
21426
21427
21428
21429
21430
21431
21432
21433
21434
21435
21436
21437
# File 'lib/aws-sdk-connect/types.rb', line 21425

class Vocabulary < Struct.new(
  :name,
  :id,
  :arn,
  :language_code,
  :state,
  :last_modified_time,
  :failure_reason,
  :content,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the custom vocabulary.

Returns:

  • (String)


21425
21426
21427
21428
21429
21430
21431
21432
21433
21434
21435
21436
21437
# File 'lib/aws-sdk-connect/types.rb', line 21425

class Vocabulary < Struct.new(
  :name,
  :id,
  :arn,
  :language_code,
  :state,
  :last_modified_time,
  :failure_reason,
  :content,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, \{ “Tags”: {“key1”:“value1”, “key2”:“value2”\} \}.

Returns:

  • (Hash<String,String>)


21425
21426
21427
21428
21429
21430
21431
21432
21433
21434
21435
21436
21437
# File 'lib/aws-sdk-connect/types.rb', line 21425

class Vocabulary < Struct.new(
  :name,
  :id,
  :arn,
  :language_code,
  :state,
  :last_modified_time,
  :failure_reason,
  :content,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end