Class: Aws::Types::BatchDetectDominantLanguageItemResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#index::Integer

Returns the value of attribute index.

Returns:

  • (::Integer)


22
23
24
# File 'sig/types.rbs', line 22

def index
  @index
end

#languages::Array[Types::DominantLanguage]

Returns the value of attribute languages.

Returns:



23
24
25
# File 'sig/types.rbs', line 23

def languages
  @languages
end