Skip to content

@camera.ui/sdk / plugin / ClipDetectionPluginResponse

Interface: ClipDetectionPluginResponse

Defined in: plugin/interfaces.ts:84

Result of a CLIP image embedding run.

Properties

embeddingModel

embeddingModel: string

Defined in: plugin/interfaces.ts:88

Model that produced the embeddings; consumers must not mix models.


embeddings

embeddings: ClipEmbedding[]

Defined in: plugin/interfaces.ts:86

Embedding vectors generated for the input.


scoreBand

scoreBand: [number, number]

Defined in: plugin/interfaces.ts:90

[floor, ceiling] of raw text-image cosine scores for this model; consumers map scores to a 0..1 relevance scale and treat a missing band as score 0.