google_api_video_intelligence v0.23.0 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_TextFrame View Source

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.

Attributes

  • rotatedBoundingBox (type: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_NormalizedBoundingPoly.t, default: nil) - Bounding polygon of the detected text for this frame.
  • timeOffset (type: String.t, default: nil) - Timestamp of this frame.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() ::
  %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_TextFrame{
    rotatedBoundingBox:
      GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_NormalizedBoundingPoly.t(),
    timeOffset: String.t()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.