Class: Google::Cloud::VideoIntelligence::V1::LogoRecognitionAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1::LogoRecognitionAnnotation
- Defined in:
- lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb
Overview
Annotation corresponding to one detected, tracked and recognized logo class.
Instance Attribute Summary collapse
-
#entity ⇒ Google::Cloud::VideoIntelligence::V1::Entity
Entity category information to specify the logo class that all the logo tracks within this LogoRecognitionAnnotation are recognized as.
-
#segments ⇒ Array<Google::Cloud::VideoIntelligence::V1::VideoSegment>
All video segments where the recognized logo appears.
-
#tracks ⇒ Array<Google::Cloud::VideoIntelligence::V1::Track>
All logo tracks where the recognized logo appears.
Instance Attribute Details
#entity ⇒ Google::Cloud::VideoIntelligence::V1::Entity
Returns Entity category information to specify the logo class that all the logo tracks within this LogoRecognitionAnnotation are recognized as.
719 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 719 class LogoRecognitionAnnotation; end |
#segments ⇒ Array<Google::Cloud::VideoIntelligence::V1::VideoSegment>
Returns All video segments where the recognized logo appears. There might be multiple instances of the same logo class appearing in one VideoSegment.
719 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 719 class LogoRecognitionAnnotation; end |
#tracks ⇒ Array<Google::Cloud::VideoIntelligence::V1::Track>
Returns All logo tracks where the recognized logo appears. Each track corresponds to one logo instance appearing in consecutive frames.
719 |
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 719 class LogoRecognitionAnnotation; end |