VideoSegment

Contains information about a video segment retrieved from a knowledge base, including its location and summary.

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 video segment is stored in the multimodal storage destination.

Link copied to clipboard

A text summary describing the content of the video segment.

Functions

Link copied to clipboard
inline fun copy(block: VideoSegment.Builder.() -> Unit = {}): VideoSegment
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