Class: OpenActive::Models::Schema::VideoObject
Instance Attribute Summary collapse
Attributes inherited from MediaObject
#associated_article, #bitrate, #content_size, #content_url, #duration, #embed_url, #encodes_creative_work, #encoding_format, #end_time, #height, #player_type, #production_company, #regions_allowed, #requires_subscription, #start_time, #upload_date, #width
Attributes inherited from CreativeWork
#about, #abstract, #access_mode, #access_mode_sufficient, #accessibility_api, #accessibility_control, #accessibility_feature, #accessibility_hazard, #accessibility_summary, #accountable_person, #aggregate_rating, #alternative_headline, #associated_media, #audience, #audio, #author, #award, #awards, #character, #citation, #comment, #comment_count, #conditions_of_access, #content_location, #content_rating, #content_reference_time, #contributor, #copyright_holder, #copyright_year, #correction, #creative_work_status, #creator, #date_created, #date_modified, #date_published, #discussion_url, #editor, #educational_alignment, #educational_use, #encoding, #encoding_format, #encodings, #example_of_work, #expires, #file_format, #funder, #genre, #has_part, #headline, #in_language, #interaction_statistic, #interactivity_type, #is_accessible_for_free, #is_based_on, #is_based_on_url, #is_family_friendly, #is_part_of, #keywords, #learning_resource_type, #license, #location_created, #main_entity, #material, #material_extent, #mentions, #offers, #position, #producer, #provider, #publication, #publisher, #publishing_principles, #recorded_at, #released_event, #review, #reviews, #schema_version, #sd_date_published, #sd_license, #sd_publisher, #source_organization, #spatial, #spatial_coverage, #sponsor, #temporal, #temporal_coverage, #text, #thumbnail_url, #time_required, #translator, #typical_age_range, #version, #video, #work_example
Attributes inherited from Thing
#additional_type, #alternate_name, #description, #disambiguating_description, #identifier, #image, #main_entity_of_page, #name, #potential_action, #same_as, #subject_of, #url
Attributes inherited from JsonLdModel
#context, #id
Method Summary
Methods inherited from BaseModel
#assign_attributes, define_property, deserialize, #deserialize, deserialize_class, #initialize, #serialize, serialize, #set_property, #to_json
#check_types, included
included, #to_h, #values
Instance Attribute Details
59
60
61
|
# File 'lib/openactive/models/schema/video_object.rb', line 59
def actor
@actor
end
|
12
13
14
|
# File 'lib/openactive/models/schema/video_object.rb', line 12
def actors
@actors
end
|
17
18
19
|
# File 'lib/openactive/models/schema/video_object.rb', line 17
def caption
@caption
end
|
33
34
35
|
# File 'lib/openactive/models/schema/video_object.rb', line 33
def director
@director
end
|
43
44
45
|
# File 'lib/openactive/models/schema/video_object.rb', line 43
def directors
@directors
end
|
48
49
50
|
# File 'lib/openactive/models/schema/video_object.rb', line 48
def music_by
@music_by
end
|
23
24
25
|
# File 'lib/openactive/models/schema/video_object.rb', line 23
def thumbnail
@thumbnail
end
|
#transcript ⇒ String
28
29
30
|
# File 'lib/openactive/models/schema/video_object.rb', line 28
def transcript
@transcript
end
|
#type ⇒ String
7
8
9
|
# File 'lib/openactive/models/schema/video_object.rb', line 7
def type
"schema:VideoObject"
end
|
#video_frame_size ⇒ String
54
55
56
|
# File 'lib/openactive/models/schema/video_object.rb', line 54
def video_frame_size
@video_frame_size
end
|
#video_quality ⇒ String
38
39
40
|
# File 'lib/openactive/models/schema/video_object.rb', line 38
def video_quality
@video_quality
end
|