Class: Aws::BedrockAgentRuntime::Types::AudioSegment
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::AudioSegment
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains information about an audio segment retrieved from a knowledge base, including its location and transcription.
This data type is used in the following API operations:
- Retrieve response – in the
audiofield
^
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_uri ⇒ String
The S3 URI where this specific audio segment is stored in the multimodal storage destination.
-
#transcription ⇒ String
The text transcription of the audio segment content.
Instance Attribute Details
#s3_uri ⇒ String
The S3 URI where this specific audio segment is stored in the multimodal storage destination.
627 628 629 630 631 632 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 627 class AudioSegment < Struct.new( :s3_uri, :transcription) SENSITIVE = [] include Aws::Structure end |
#transcription ⇒ String
The text transcription of the audio segment content.
627 628 629 630 631 632 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 627 class AudioSegment < Struct.new( :s3_uri, :transcription) SENSITIVE = [] include Aws::Structure end |