Class: Google::Cloud::VideoIntelligence::V1::TextFrame

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/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_boxGoogle::Cloud::VideoIntelligence::V1::NormalizedBoundingPoly

Returns Bounding polygon of the detected text for this frame.

Returns:



566
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 566

class TextFrame; end

#time_offsetGoogle::Protobuf::Duration

Returns Timestamp of this frame.

Returns:



566
# File 'lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb', line 566

class TextFrame; end