Class: Aws::Types::CallAnalyticsItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#begin_offset_millis::Integer

Returns the value of attribute begin_offset_millis.

Returns:

  • (::Integer)


41
42
43
# File 'sig/types.rbs', line 41

def begin_offset_millis
  @begin_offset_millis
end

#confidence::Float

Returns the value of attribute confidence.

Returns:

  • (::Float)


45
46
47
# File 'sig/types.rbs', line 45

def confidence
  @confidence
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def content
  @content
end

#end_offset_millis::Integer

Returns the value of attribute end_offset_millis.

Returns:

  • (::Integer)


42
43
44
# File 'sig/types.rbs', line 42

def end_offset_millis
  @end_offset_millis
end

#stableBoolean

Returns the value of attribute stable.

Returns:

  • (Boolean)


47
48
49
# File 'sig/types.rbs', line 47

def stable
  @stable
end

#type"pronunciation", "punctuation"

Returns the value of attribute type.

Returns:

  • ("pronunciation", "punctuation")


43
44
45
# File 'sig/types.rbs', line 43

def type
  @type
end

#vocabulary_filter_matchBoolean

Returns the value of attribute vocabulary_filter_match.

Returns:

  • (Boolean)


46
47
48
# File 'sig/types.rbs', line 46

def vocabulary_filter_match
  @vocabulary_filter_match
end