feature property
read / write
Specifies which feature is being tracked if the request contains more than one feature. Possible string values are:
- "FEATURE_UNSPECIFIED" : Unspecified.
- "LABEL_DETECTION" : Label detection. Detect objects, such as dog or flower.
- "SHOT_CHANGE_DETECTION" : Shot change detection.
- "EXPLICIT_CONTENT_DETECTION" : Explicit content detection.
- "SPEECH_TRANSCRIPTION" : Speech transcription.
- "TEXT_DETECTION" : OCR text detection and tracking.
- "OBJECT_TRACKING" : Object detection and tracking.
- "LOGO_RECOGNITION" : Logo detection, tracking, and recognition.
Implementation
core.String feature;