Class: Google::Cloud::VideoIntelligence::V1p3beta1::StreamingVideoAnnotationResults

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#explicit_annotation::Google::Cloud::VideoIntelligence::V1p3beta1::ExplicitContentAnnotation

Returns Explicit content annotation results.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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