public enum Feature.Types.TypeReference documentation and code samples for the Google Cloud Vision v1 API enum Feature.Types.Type.
Type of Google Cloud Vision API feature to be extracted.
Namespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Fields |
|
|---|---|
| Name | Description |
CropHints |
Run crop hints. |
DocumentTextDetection |
Run dense text document OCR. Takes precedence when both
|
FaceDetection |
Run face detection. |
ImageProperties |
Compute a set of image properties, such as the image's dominant colors. |
LabelDetection |
Run label detection. |
LandmarkDetection |
Run landmark detection. |
LogoDetection |
Run logo detection. |
ObjectLocalization |
Run localizer for object detection. |
ProductSearch |
Run Product Search. |
SafeSearchDetection |
Run Safe Search to detect potentially unsafe or undesirable content. |
TextDetection |
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 |
Unspecified |
Unspecified feature type. |
WebDetection |
Run web detection. |