Packagecom.adobe.mediacore.videoanalytics
Classpublic final class VideoAnalyticsMetadata
InheritanceVideoAnalyticsMetadata Inheritance MetadataNode Inheritance Object

Metadata specialized in holding information relevant for video analytics



Public Properties
 PropertyDefined By
  videoId : String
The id of the video
VideoAnalyticsMetadata
Public Methods
 MethodDefined By
 Inherited
containsKey(key:String):Boolean
Checks if the metadata contains the specified key.
MetadataNode
 Inherited
getNode(key:String):Metadata
MetadataNode
 Inherited
getValue(key:String):String
Returns the value associated with the specified key as string.
MetadataNode
 Inherited
isEmpty():Boolean
Checks if the metadata has any mapping defined.
MetadataNode
 Inherited
keySet():Vector.<String>
Returns a vector containing the strings used as keys in this metadata.
MetadataNode
 Inherited
setNode(key:String, value:Metadata):void
MetadataNode
 Inherited
setValue(key:String, value:String):void
Stores a String value into this metadata, replacing any existing value for the given key.
MetadataNode
 Inherited
toString():String
MetadataNode
Property Detail
videoIdproperty
videoId:String

The id of the video


Implementation
    public function get videoId():String
    public function set videoId(value:String):void