google_api_video_intelligence v0.16.0 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_TextSegment 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.GoogleCloudVideointelligenceV1_TextFrame.t), default: nil) - Information related to the frames where OCR detected text appears.
  • segment (type: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_VideoSegment.t, default: nil) - Video segment where a text snippet was detected.

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_TextSegment{
    confidence: number(),
    frames: [
      GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_TextFrame.t()
    ],
    segment:
      GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_VideoSegment.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.