Class: Google::Cloud::VideoIntelligence::V1p3beta1::StreamingVideoAnnotationResults
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1p3beta1::StreamingVideoAnnotationResults
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb
Overview
Streaming annotation results corresponding to a portion of the video that is currently being processed.
Instance Attribute Summary collapse
-
#explicit_annotation ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::ExplicitContentAnnotation
Explicit content annotation results.
-
#label_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::LabelAnnotation>
Label annotation results.
-
#object_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::ObjectTrackingAnnotation>
Object tracking results.
-
#shot_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::VideoSegment>
Shot annotation results.
Instance Attribute Details
#explicit_annotation ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::ExplicitContentAnnotation
Returns Explicit content annotation results.
1009 1010 1011 1012 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 1009 class StreamingVideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#label_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::LabelAnnotation>
Returns Label annotation results.
1009 1010 1011 1012 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 1009 class StreamingVideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#object_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::ObjectTrackingAnnotation>
Returns Object tracking results.
1009 1010 1011 1012 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 1009 class StreamingVideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shot_annotations ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::VideoSegment>
Returns Shot annotation results. Each shot is represented as a video segment.
1009 1010 1011 1012 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 1009 class StreamingVideoAnnotationResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |