Cloud Vision API

이미지 라벨 지정, 얼굴, 로고, 랜드마크 인식, 광학 문자 인식(OCR), 음란물 인식 등의 Google Vision 기능을 애플리케이션에 통합합니다.

서비스: vision.googleapis.com

Google에서 제공하는 클라이언트 라이브러리를 사용해 이 서비스를 호출하는 것이 좋습니다. 애플리케이션에서 자체 라이브러리를 사용하여 이 서비스를 호출해야 한다면 API 요청을 실행할 때 다음 정보를 사용해야 합니다.

검색 문서

검색 문서는 머신에서 읽을 수 있는 사양이며 REST API를 설명하고 사용하는 데 참조할 수 있습니다. 또한 클라이언트 라이브러리, IDE 플러그인, 기타 Google API와 상호작용하는 도구를 빌드하는 데 사용됩니다. 하나의 서비스는 여러 개의 검색 문서를 제공할 수 있습니다. 이 서비스는 다음 검색 문서를 제공합니다.

서비스 엔드포인트

서비스 엔드포인트는 API 서비스의 네트워크 주소를 지정하는 기본 URL입니다. 하나의 서비스는 여러 서비스 엔드포인트를 포함할 수 있습니다. 이 서비스에는 다음 서비스 엔드포인트가 포함되고, 그 아래의 모든 URI가 이 서비스 엔드포인트와 관련됩니다.

  • https://vision.googleapis.com

REST 리소스: v1.files

메서드
annotate POST /v1/files:annotate
파일 배치에 대한 이미지 감지 및 주석을 수행하는 서비스입니다.
asyncBatchAnnotate POST /v1/files:asyncBatchAnnotate
여러 페이지를 포함할 수 있고 페이지당 여러 이미지를 포함할 수 있는 PDF 파일과 같은 일반 파일 목록에 대해 비동기 이미지 감지 및 주석을 실행합니다.

REST 리소스: v1.images

메서드
annotate POST /v1/images:annotate
이미지 배치에 대한 이미지 감지 및 주석을 실행합니다.
asyncBatchAnnotate POST /v1/images:asyncBatchAnnotate
이미지 목록에 대한 비동기 이미지 감지 및 주석을 실행합니다.

REST 리소스: v1.locations.operations

메서드
get GET /v1/{name=locations/*/operations/*}
장기 실행 작업의 최신 상태를 가져옵니다.

REST 리소스: v1.operations

메서드
get GET /v1/{name=operations/*}
장기 실행 작업의 최신 상태를 가져옵니다.

REST 리소스: v1.projects.files

메서드
annotate POST /v1/{parent=projects/*}/files:annotate
파일 배치에 대한 이미지 감지 및 주석을 수행하는 서비스입니다.
asyncBatchAnnotate POST /v1/{parent=projects/*}/files:asyncBatchAnnotate
여러 페이지를 포함할 수 있고 페이지당 여러 이미지를 포함할 수 있는 PDF 파일과 같은 일반 파일 목록에 대해 비동기 이미지 감지 및 주석을 실행합니다.

REST 리소스: v1.projects.images

메서드
annotate POST /v1/{parent=projects/*}/images:annotate
이미지 배치에 대한 이미지 감지 및 주석을 실행합니다.
asyncBatchAnnotate POST /v1/{parent=projects/*}/images:asyncBatchAnnotate
이미지 목록에 대한 비동기 이미지 감지 및 주석을 실행합니다.

REST 리소스: v1.projects.locations.files

메서드
annotate POST /v1/{parent=projects/*/locations/*}/files:annotate
파일 배치에 대한 이미지 감지 및 주석을 수행하는 서비스입니다.
asyncBatchAnnotate POST /v1/{parent=projects/*/locations/*}/files:asyncBatchAnnotate
여러 페이지를 포함할 수 있고 페이지당 여러 이미지를 포함할 수 있는 PDF 파일과 같은 일반 파일 목록에 대해 비동기 이미지 감지 및 주석을 실행합니다.

REST 리소스: v1.projects.locations.images

메서드
annotate POST /v1/{parent=projects/*/locations/*}/images:annotate
이미지 배치에 대한 이미지 감지 및 주석을 실행합니다.
asyncBatchAnnotate POST /v1/{parent=projects/*/locations/*}/images:asyncBatchAnnotate
이미지 목록에 대한 비동기 이미지 감지 및 주석을 실행합니다.

REST 리소스: v1.projects.locations.operations

메서드
get GET /v1/{name=projects/*/locations/*/operations/*}
장기 실행 작업의 최신 상태를 가져옵니다.

REST 리소스: v1.projects.locations.productSets

메서드
addProduct POST /v1/{name=projects/*/locations/*/productSets/*}:addProduct
지정된 ProductSet에 Product를 추가합니다.
create POST /v1/{parent=projects/*/locations/*}/productSets
새 ProductSet 리소스를 만들고 반환합니다.
delete DELETE /v1/{name=projects/*/locations/*/productSets/*}
ProductSet를 영구적으로 삭제합니다.
get GET /v1/{name=projects/*/locations/*/productSets/*}
ProductSet와 연결된 정보를 가져옵니다.
import POST /v1/{parent=projects/*/locations/*}/productSets:import
이미지 정보 목록을 기반으로 지정된 제품 세트로 참조 이미지 목록을 가져오는 비동기 API입니다.
list GET /v1/{parent=projects/*/locations/*}/productSets
지정되지 않은 순서로 ProductSet를 나열합니다.
patch PATCH /v1/{productSet.name=projects/*/locations/*/productSets/*}
ProductSet 리소스를 변경합니다.
removeProduct POST /v1/{name=projects/*/locations/*/productSets/*}:removeProduct
지정된 ProductSet에서 Product를 삭제합니다.

REST 리소스: v1.projects.locations.productSets.products

메서드
list GET /v1/{name=projects/*/locations/*/productSets/*}/products
ProductSet의 Product를 지정되지 않은 순서로 나열합니다.

REST 리소스: v1.projects.locations.products

메서드
create POST /v1/{parent=projects/*/locations/*}/products
새 제품 리소스를 만들고 반환합니다.
delete DELETE /v1/{name=projects/*/locations/*/products/*}
제품 및 해당 참조 이미지를 영구적으로 삭제합니다.
get GET /v1/{name=projects/*/locations/*/products/*}
Product와 연결된 정보를 가져옵니다.
list GET /v1/{parent=projects/*/locations/*}/products
지정되지 않은 순서로 제품을 나열합니다.
patch PATCH /v1/{product.name=projects/*/locations/*/products/*}
Product 리소스를 변경합니다.
purge POST /v1/{parent=projects/*/locations/*}/products:purge
ProductSet의 모든 Product 또는 ProductSet에 없는 모든 Product를 삭제하는 비동기 API입니다.

REST 리소스: v1.projects.locations.products.referenceImages

메서드
create POST /v1/{parent=projects/*/locations/*/products/*}/referenceImages
새 ReferenceImage 리소스를 만들고 반환합니다.
delete DELETE /v1/{name=projects/*/locations/*/products/*/referenceImages/*}
참조 이미지를 영구적으로 삭제합니다.
get GET /v1/{name=projects/*/locations/*/products/*/referenceImages/*}
ReferenceImage와 연결된 정보를 가져옵니다.
list GET /v1/{parent=projects/*/locations/*/products/*}/referenceImages
참조 이미지를 나열합니다.

REST 리소스: v1.projects.operations

메서드
get GET /v1/{name=projects/*/operations/*}
장기 실행 작업의 최신 상태를 가져옵니다.