Class: Google::Cloud::VideoIntelligence::V1p3beta1::StreamingLabelDetectionConfig

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

Config for STREAMING_LABEL_DETECTION.

Instance Attribute Summary collapse

Instance Attribute Details

#stationary_camera::Boolean

Returns Whether the video has been captured from a stationary (i.e. non-moving) camera. When set to true, might improve detection accuracy for moving objects. Default: false.

Returns:

  • (::Boolean)

    Whether the video has been captured from a stationary (i.e. non-moving) camera. When set to true, might improve detection accuracy for moving objects. Default: false.



1026
1027
1028
1029
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 1026

class StreamingLabelDetectionConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end