Feature_Type
class Feature_Type
Type of image feature.
Protobuf enum Google\Cloud\Vision\V1\Feature\Type
Constants
| TYPE_UNSPECIFIED |
Unspecified feature type. Generated from protobuf enum |
| FACE_DETECTION |
Run face detection. Generated from protobuf enum |
| LANDMARK_DETECTION |
Run landmark detection. Generated from protobuf enum |
| LOGO_DETECTION |
Run logo detection. Generated from protobuf enum |
| LABEL_DETECTION |
Run label detection. Generated from protobuf enum |
| TEXT_DETECTION |
Run OCR. Generated from protobuf enum |
| DOCUMENT_TEXT_DETECTION |
Run dense text document OCR. Takes precedence when both DOCUMENT_TEXT_DETECTION and TEXT_DETECTION are present. Generated from protobuf enum |
| SAFE_SEARCH_DETECTION |
Run computer vision models to compute image safe-search properties. Generated from protobuf enum |
| IMAGE_PROPERTIES |
Compute a set of image properties, such as the image's dominant colors. Generated from protobuf enum |
| CROP_HINTS |
Run crop hints. Generated from protobuf enum |
| WEB_DETECTION |
Run web detection. Generated from protobuf enum |