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

GoogleCloudVisionV1p2beta1AnnotateImageResponse

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

Response to an image annotation request.

§Properties

§

If present, contextual information is needed to understand where this image comes from.

§

If present, crop hints have completed successfully.

§
error?: Status
[src]

If set, represents the error message for the operation. Note that filled-in image annotations are guaranteed to be correct, even when error is set.

§

If present, face detection has completed successfully.

§

If present, text (OCR) detection or document (OCR) text detection has completed successfully. This annotation provides the structural hierarchy for the OCR detected text.

§

If present, image properties were extracted successfully.

§

If present, label detection has completed successfully.

§

If present, landmark detection has completed successfully.

§

If present, localized object detection has completed successfully. This will be sorted descending by confidence score.

§

If present, logo detection has completed successfully.

§

If present, product search has completed successfully.

§

If present, safe-search annotation has completed successfully.

§

If present, text (OCR) detection has completed successfully.

§

If present, web detection has completed successfully.