Cloud Video Intelligence V1 Client - Class Feature (2.0.5)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Video Intelligence V1 Client class Feature.
Video annotation feature.
Protobuf type google.cloud.videointelligence.v1.Feature
Namespace
Google \ Cloud \ VideoIntelligence \ V1
Methods
static::name
Parameter |
Name |
Description |
value |
mixed
|
static::value
Parameter |
Name |
Description |
name |
mixed
|
Constants
FEATURE_UNSPECIFIED
Unspecified.
Generated from protobuf enum FEATURE_UNSPECIFIED = 0;
LABEL_DETECTION
Label detection. Detect objects, such as dog or flower.
Generated from protobuf enum LABEL_DETECTION = 1;
SHOT_CHANGE_DETECTION
Shot change detection.
Generated from protobuf enum SHOT_CHANGE_DETECTION = 2;
EXPLICIT_CONTENT_DETECTION
Explicit content detection.
Generated from protobuf enum EXPLICIT_CONTENT_DETECTION = 3;
FACE_DETECTION
Human face detection.
Generated from protobuf enum FACE_DETECTION = 4;
SPEECH_TRANSCRIPTION
Speech transcription.
Generated from protobuf enum SPEECH_TRANSCRIPTION = 6;
TEXT_DETECTION
OCR text detection and tracking.
Generated from protobuf enum TEXT_DETECTION = 7;
OBJECT_TRACKING
Object detection and tracking.
Generated from protobuf enum OBJECT_TRACKING = 9;
LOGO_RECOGNITION
Logo detection, tracking, and recognition.
Generated from protobuf enum LOGO_RECOGNITION = 12;
PERSON_DETECTION
Person detection.
Generated from protobuf enum PERSON_DETECTION = 14;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Cloud Video Intelligence V1 Client - Class Feature (2.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.5 (latest)](/php/docs/reference/cloud-videointelligence/latest/V1.Feature)\n- [2.0.4](/php/docs/reference/cloud-videointelligence/2.0.4/V1.Feature)\n- [1.15.5](/php/docs/reference/cloud-videointelligence/1.15.5/V1.Feature)\n- [1.14.2](/php/docs/reference/cloud-videointelligence/1.14.2/V1.Feature)\n- [1.13.1](/php/docs/reference/cloud-videointelligence/1.13.1/V1.Feature)\n- [1.12.16](/php/docs/reference/cloud-videointelligence/1.12.16/V1.Feature) \nReference documentation and code samples for the Cloud Video Intelligence V1 Client class Feature.\n\nVideo annotation feature.\n\nProtobuf type `google.cloud.videointelligence.v1.Feature`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ VideoIntelligence \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### FEATURE_UNSPECIFIED\n\n Value: 0\n\nUnspecified.\n\nGenerated from protobuf enum `FEATURE_UNSPECIFIED = 0;`\n\n### LABEL_DETECTION\n\n Value: 1\n\nLabel detection. Detect objects, such as dog or flower.\n\nGenerated from protobuf enum `LABEL_DETECTION = 1;`\n\n### SHOT_CHANGE_DETECTION\n\n Value: 2\n\nShot change detection.\n\nGenerated from protobuf enum `SHOT_CHANGE_DETECTION = 2;`\n\n### EXPLICIT_CONTENT_DETECTION\n\n Value: 3\n\nExplicit content detection.\n\nGenerated from protobuf enum `EXPLICIT_CONTENT_DETECTION = 3;`\n\n### FACE_DETECTION\n\n Value: 4\n\nHuman face detection.\n\nGenerated from protobuf enum `FACE_DETECTION = 4;`\n\n### SPEECH_TRANSCRIPTION\n\n Value: 6\n\nSpeech transcription.\n\nGenerated from protobuf enum `SPEECH_TRANSCRIPTION = 6;`\n\n### TEXT_DETECTION\n\n Value: 7\n\nOCR text detection and tracking.\n\nGenerated from protobuf enum `TEXT_DETECTION = 7;`\n\n### OBJECT_TRACKING\n\n Value: 9\n\nObject detection and tracking.\n\nGenerated from protobuf enum `OBJECT_TRACKING = 9;`\n\n### LOGO_RECOGNITION\n\n Value: 12\n\nLogo detection, tracking, and recognition.\n\nGenerated from protobuf enum `LOGO_RECOGNITION = 12;`\n\n### PERSON_DETECTION\n\n Value: 14\n\nPerson detection.\n\nGenerated from protobuf enum `PERSON_DETECTION = 14;`"]]