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

GoogleCloudVisionV1p4beta1FaceRecognitionResult

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

Information about a face's identity.

interface GoogleCloudVisionV1p4beta1FaceRecognitionResult {
confidence?: number;
}

§Properties

§

The Celebrity that this face was matched to.

§
confidence?: number
[src]

Recognition confidence. Range [0, 1].