Module: Google::Cloud::Vision::V1p3beta1::Feature::Type
- Defined in:
- proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb
Overview
Type of Google Cloud Vision API feature to be extracted.
Constant Summary collapse
- TYPE_UNSPECIFIED =
Unspecified feature type.
0
- FACE_DETECTION =
Run face detection.
1
- LANDMARK_DETECTION =
Run landmark detection.
2
- LOGO_DETECTION =
Run logo detection.
3
- LABEL_DETECTION =
Run label detection.
4
- TEXT_DETECTION =
Run text detection / optical character recognition (OCR). Text detection is optimized for areas of text within a larger image; if the image is a document, use
DOCUMENT_TEXT_DETECTION
instead. 5
- DOCUMENT_TEXT_DETECTION =
Run dense text document OCR. Takes precedence when both
DOCUMENT_TEXT_DETECTION
andTEXT_DETECTION
are present. 11
- SAFE_SEARCH_DETECTION =
Run Safe Search to detect potentially unsafe or undesirable content.
6
- IMAGE_PROPERTIES =
Compute a set of image properties, such as the image's dominant colors.
7
- CROP_HINTS =
Run crop hints.
9
- WEB_DETECTION =
Run web detection.
10
- PRODUCT_SEARCH =
Run Product Search.
12
- OBJECT_LOCALIZATION =
Run localizer for object detection.
19