AudioSegment

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:

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The S3 URI where this specific audio segment is stored in the multimodal storage destination.

Link copied to clipboard

The text transcription of the audio segment content.

Functions

Link copied to clipboard
inline fun copy(block: AudioSegment.Builder.() -> Unit = {}): AudioSegment
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String