public enum Feature.Type extends Enum<Feature.Type> implements ProtocolMessageEnumType of image feature.
Protobuf enum google.cloud.vision.v1p1beta1.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 and TEXT_DETECTION are present. |
| DOCUMENT_TEXT_DETECTION_VALUE | Run dense text document OCR. Takes precedence when both DOCUMENT_TEXT_DETECTION and TEXT_DETECTION are present. |
| 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. |
| SAFE_SEARCH_DETECTION | Run computer vision models to compute image safe-search properties. |
| SAFE_SEARCH_DETECTION_VALUE | Run computer vision models to compute image safe-search properties. |
| TEXT_DETECTION | Run OCR. |
| TEXT_DETECTION_VALUE | Run OCR. |
| 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() |