GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p3beta1_TextSegment (google_api_video_intelligence v0.33.0)
View SourceVideo 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.GoogleCloudVideointelligenceV1p3beta1_TextFrame.t)
, default:nil
) - Information related to the frames where OCR detected text appears. -
segment
(type:GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p3beta1_VideoSegment.t
, default:nil
) - Video segment where a text snippet was detected.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p3beta1_TextSegment{ confidence: number() | nil, frames: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p3beta1_TextFrame.t() ] | nil, segment: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p3beta1_VideoSegment.t() | nil }