PartMediaResolution

@Serializable
data class PartMediaResolution(val level: PartMediaResolutionLevel? = null, val numTokens: Int? = null)

Media resolution for the input media.

Constructors

Link copied to clipboard
constructor(level: PartMediaResolutionLevel? = null, numTokens: Int? = null)

Properties

Link copied to clipboard

The tokenization quality used for given media.

Link copied to clipboard
val numTokens: Int? = null

Specifies the required sequence length for media tokenization.