View Source GoogleApi.ContentWarehouse.V1.Model.MediaIndexVideoFrame (google_api_content_warehouse v0.2.0)
Data about a frame associated with the video.
Attributes
-
docid(type:String.t, default:nil) - The canonical docid of the frame. -
frameIdentifier(type:GoogleApi.ContentWarehouse.V1.Model.MediaIndexFrameIdentifier.t, default:nil) - -
regions(type:list(GoogleApi.ContentWarehouse.V1.Model.MediaIndexRegion.t), default:nil) - Metadata associated with regions within this frame. -
starburstFeaturesV4(type:String.t, default:nil) - Starburst v4 embedding and tokens. -
starburstTokensV4(type:list(String.t), default:nil) - Note: due to the migration to Golden7-source Starburst v4 embedding, no starburst_tokens_v4 will be provided in video content corpus (go/video-content-corpus). But this field is kept in case other purposes may still use it in the proto. -
thumbnailType(type:list(String.t), default:nil) - Set of available thumbnail types for this frame. Should be valid image_base.ThumbnailType values (enumerated at http://google3/image/base/thumbnail-type.proto).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.MediaIndexVideoFrame{ docid: String.t() | nil, frameIdentifier: GoogleApi.ContentWarehouse.V1.Model.MediaIndexFrameIdentifier.t() | nil, regions: [GoogleApi.ContentWarehouse.V1.Model.MediaIndexRegion.t()] | nil, starburstFeaturesV4: String.t() | nil, starburstTokensV4: [String.t()] | nil, thumbnailType: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.