blob: 65c3b65770a35a981afd2a6dce367da4c5fa4a63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
type: google.api.Service
config_version: 3
name: vision.googleapis.com
title: Cloud Vision API
apis:
- name: google.cloud.vision.v1p3beta1.ImageAnnotator
- name: google.cloud.vision.v1p3beta1.ProductSearch
types:
- name: google.cloud.vision.v1p3beta1.AnnotateFileResponse
- name: google.cloud.vision.v1p3beta1.AsyncBatchAnnotateFilesResponse
- name: google.cloud.vision.v1p3beta1.BatchOperationMetadata
- name: google.cloud.vision.v1p3beta1.ImportProductSetsResponse
- name: google.cloud.vision.v1p3beta1.OperationMetadata
documentation:
summary: |-
Integrates Google Vision features, including image labeling, face, logo,
and landmark detection, optical character recognition (OCR), and detection
of explicit content, into applications.
authentication:
rules:
- selector: 'google.cloud.vision.v1p3beta1.ImageAnnotator.*'
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform,
https://www.googleapis.com/auth/cloud-vision
- selector: 'google.cloud.vision.v1p3beta1.ProductSearch.*'
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform,
https://www.googleapis.com/auth/cloud-vision
- selector: 'google.longrunning.Operations.*'
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform,
https://www.googleapis.com/auth/cloud-vision
|