- 3.50.0 (latest)
- 3.49.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.3
- 2.1.4
- 2.0.29
public enum Feature.Type extends Enum<Feature.Type> implements ProtocolMessageEnum
Type of Google Cloud Vision API feature to be extracted.
Protobuf enum google.cloud.vision.v1.Feature.Type
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
CROP_HINTS | Run crop hints. |
CROP_HINTS_VALUE | Run crop hints. |
DOCUMENT_TEXT_DETECTION | Run dense text document OCR. Takes precedence when both
|
DOCUMENT_TEXT_DETECTION_VALUE | Run dense text document OCR. Takes precedence when both
|
FACE_DETECTION | Run face detection. |
FACE_DETECTION_VALUE | Run face detection. |
IMAGE_PROPERTIES | Compute a set of image properties, such as the image's dominant colors. |
IMAGE_PROPERTIES_VALUE | Compute a set of image properties, such as the image's dominant colors. |
LABEL_DETECTION | Run label detection. |
LABEL_DETECTION_VALUE | Run label detection. |
LANDMARK_DETECTION | Run landmark detection. |
LANDMARK_DETECTION_VALUE | Run landmark detection. |
LOGO_DETECTION | Run logo detection. |
LOGO_DETECTION_VALUE | Run logo detection. |
OBJECT_LOCALIZATION | Run localizer for object detection. |
OBJECT_LOCALIZATION_VALUE | Run localizer for object detection. |
PRODUCT_SEARCH | Run Product Search. |
PRODUCT_SEARCH_VALUE | Run Product Search. |
SAFE_SEARCH_DETECTION | Run Safe Search to detect potentially unsafe or undesirable content. |
SAFE_SEARCH_DETECTION_VALUE | Run Safe Search to detect potentially unsafe or undesirable content. |
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 |
TEXT_DETECTION_VALUE | 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 |
TYPE_UNSPECIFIED | Unspecified feature type. |
TYPE_UNSPECIFIED_VALUE | Unspecified feature type. |
UNRECOGNIZED | |
WEB_DETECTION | Run web detection. |
WEB_DETECTION_VALUE | Run web detection. |
Static Methods
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |