GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1_TextSegment (google_api_video_intelligence v0.33.0)

View Source

Video segment level annotation results for text detection.

Attributes

  • confidence (type: number(), default: nil) - Confidence for the track of detected text. It is calculated as the highest over all frames where OCR detected text appears.
  • frames (type: list(GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1_TextFrame.t), default: nil) - Information related to the frames where OCR detected text appears.
  • segment (type: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1_VideoSegment.t, default: nil) - Video segment where a text snippet was detected.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1_TextSegment{
    confidence: number() | nil,
    frames:
      [
        GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1_TextFrame.t()
      ]
      | nil,
    segment:
      GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1_VideoSegment.t()
      | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.