GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_TextAnnotation (google_api_video_intelligence v0.33.0)
View SourceAnnotations related to one detected OCR text snippet. This will contain the corresponding text, confidence value, and frame level information for each detection.
Attributes
-
segments
(type:list(GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_TextSegment.t)
, default:nil
) - All video segments where OCR detected text appears. -
text
(type:String.t
, default:nil
) - The detected text. -
version
(type:String.t
, default:nil
) - Feature version.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_TextAnnotation{ segments: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_TextSegment.t() ] | nil, text: String.t() | nil, version: String.t() | nil }