google_api_video_intelligence v0.3.0 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1TextSegment View Source

Video segment level annotation results for text detection.

Attributes

  • confidence (float()): Confidence for the track of detected text. It is calculated as the highest over all frames where OCR detected text appears. Defaults to: null.
  • frames ([GoogleCloudVideointelligenceV1p2beta1TextFrame]): Information related to the frames where OCR detected text appears. Defaults to: null.
  • segment (GoogleCloudVideointelligenceV1p2beta1VideoSegment): Video segment where a text snippet was detected. Defaults to: null.

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.GoogleCloudVideointelligenceV1p2beta1TextSegment{
    confidence: any(),
    frames: [
      GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1TextFrame.t()
    ],
    segment:
      GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1VideoSegment.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.