GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p3beta1_TextFrame (google_api_video_intelligence v0.33.0)
View SourceVideo frame level annotation results for text annotation (OCR). Contains information regarding timestamp and bounding box locations for the frames containing detected OCR text snippets.
Attributes
-
rotatedBoundingBox
(type:GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingPoly.t
, default:nil
) - Bounding polygon of the detected text for this frame. -
timeOffset
(type:String.t
, default:nil
) - Timestamp of this frame.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p3beta1_TextFrame{ rotatedBoundingBox: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p3beta1_NormalizedBoundingPoly.t() | nil, timeOffset: String.t() | nil }