Class: Google::Cloud::VideoIntelligence::V1p2beta1::TextFrame

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/videointelligence/v1p2beta1/video_intelligence.rb

Overview

Video frame level annotation results for text annotation (OCR). Contains information regarding timestamp and bounding box locations for the frames containing detected OCR text snippets.

Instance Attribute Summary collapse

Instance Attribute Details

#rotated_bounding_box::Google::Cloud::VideoIntelligence::V1p2beta1::NormalizedBoundingPoly

Returns Bounding polygon of the detected text for this frame.

Returns:



412
413
414
415
# File 'proto_docs/google/cloud/videointelligence/v1p2beta1/video_intelligence.rb', line 412

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

#time_offset::Google::Protobuf::Duration

Returns Timestamp of this frame.

Returns:



412
413
414
415
# File 'proto_docs/google/cloud/videointelligence/v1p2beta1/video_intelligence.rb', line 412

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