Class: Aws::TranscribeStreamingService::Types::Entity
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeStreamingService::Types::Entity
- Defined in:
- gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb
Overview
The entity identified as personally identifiable information (PII).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category ⇒ String
The category of information identified in this entity; for example, PII.
-
#confidence ⇒ Float
A value between zero and one that Amazon Transcribe assigns to PII identified in the source audio.
-
#content ⇒ String
The words in the transcription output that have been identified as a PII entity.
-
#end_time ⇒ Float
The end time of speech that was identified as PII.
-
#start_time ⇒ Float
The start time of speech that was identified as PII.
-
#type ⇒ String
The type of PII identified in this entity; for example, name or credit card number.
Instance Attribute Details
#category ⇒ String
The category of information identified in this entity; for example, PII.
136 137 138 139 140 141 142 143 144 145 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 136 class Entity < Struct.new( :start_time, :end_time, :category, :type, :content, :confidence) SENSITIVE = [] include Aws::Structure end |
#confidence ⇒ Float
A value between zero and one that Amazon Transcribe assigns to PII identified in the source audio. Larger values indicate a higher confidence in PII identification.
136 137 138 139 140 141 142 143 144 145 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 136 class Entity < Struct.new( :start_time, :end_time, :category, :type, :content, :confidence) SENSITIVE = [] include Aws::Structure end |
#content ⇒ String
The words in the transcription output that have been identified as a PII entity.
136 137 138 139 140 141 142 143 144 145 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 136 class Entity < Struct.new( :start_time, :end_time, :category, :type, :content, :confidence) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Float
The end time of speech that was identified as PII.
136 137 138 139 140 141 142 143 144 145 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 136 class Entity < Struct.new( :start_time, :end_time, :category, :type, :content, :confidence) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Float
The start time of speech that was identified as PII.
136 137 138 139 140 141 142 143 144 145 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 136 class Entity < Struct.new( :start_time, :end_time, :category, :type, :content, :confidence) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of PII identified in this entity; for example, name or credit card number.
136 137 138 139 140 141 142 143 144 145 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 136 class Entity < Struct.new( :start_time, :end_time, :category, :type, :content, :confidence) SENSITIVE = [] include Aws::Structure end |