Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SearchQualityMetadata

import type { SearchQualityMetadata } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";

Additional search quality metadata of the item.

interface SearchQualityMetadata {
quality?: number;
}

§Properties

§
quality?: number
[src]

An indication of the quality of the item, used to influence search quality. Value should be between 0.0 (lowest quality) and 1.0 (highest quality). The default value is 0.0.