Class: Aws::Types::LabelDetection

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#duration_millis::Integer

Returns the value of attribute duration_millis.

Returns:

  • (::Integer)


1206
1207
1208
# File 'sig/types.rbs', line 1206

def duration_millis
  @duration_millis
end

#end_timestamp_millis::Integer

Returns the value of attribute end_timestamp_millis.

Returns:

  • (::Integer)


1205
1206
1207
# File 'sig/types.rbs', line 1205

def end_timestamp_millis
  @end_timestamp_millis
end

#labelTypes::Label

Returns the value of attribute label.

Returns:



1203
1204
1205
# File 'sig/types.rbs', line 1203

def label
  @label
end

#start_timestamp_millis::Integer

Returns the value of attribute start_timestamp_millis.

Returns:

  • (::Integer)


1204
1205
1206
# File 'sig/types.rbs', line 1204

def start_timestamp_millis
  @start_timestamp_millis
end

#timestamp::Integer

Returns the value of attribute timestamp.

Returns:

  • (::Integer)


1202
1203
1204
# File 'sig/types.rbs', line 1202

def timestamp
  @timestamp
end