google_api_video_intelligence v0.22.0 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_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.GoogleCloudVideointelligenceV1p2beta1_TextFrame.t)
, default:nil
) - Information related to the frames where OCR detected text appears.segment
(type:GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_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 Sourcet() :: %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_TextSegment{ confidence: number(), frames: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_TextFrame.t() ], segment: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_VideoSegment.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.