models
Section
case class
Section
(
id:
UUID
=
UUID.generate()
,
file_id:
UUID
=
UUID.generate()
,
order:
Int
=
-1
,
startTime:
Option
[
Int
] =
scala.None
,
endTime:
Option
[
Int
] =
scala.None
,
area:
Option
[
Rectangle
] =
scala.None
,
preview:
Option
[
Preview
] =
scala.None
,
description:
Option
[
String
] =
scala.None
,
metadataCount:
Long
=
0
,
jsonldMetadata:
List
[
Metadata
] =
immutable.this.List.empty[Nothing]
,
thumbnail_id:
Option
[
String
] =
scala.None
,
tags:
List
[
Tag
] =
immutable.this.List.empty[Nothing]
)
extends
Product
with
Serializable
A portion of a file.
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
Section
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
Section
(
id:
UUID
=
UUID.generate()
,
file_id:
UUID
=
UUID.generate()
,
order:
Int
=
-1
,
startTime:
Option
[
Int
] =
scala.None
,
endTime:
Option
[
Int
] =
scala.None
,
area:
Option
[
Rectangle
] =
scala.None
,
preview:
Option
[
Preview
] =
scala.None
,
description:
Option
[
String
] =
scala.None
,
metadataCount:
Long
=
0
,
jsonldMetadata:
List
[
Metadata
] =
immutable.this.List.empty[Nothing]
,
thumbnail_id:
Option
[
String
] =
scala.None
,
tags:
List
[
Tag
] =
immutable.this.List.empty[Nothing]
)
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
val
area
:
Option
[
Rectangle
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
description
:
Option
[
String
]
val
endTime
:
Option
[
Int
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
file_id
:
UUID
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
id
:
UUID
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
metadataCount
:
Long
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
order
:
Int
val
preview
:
Option
[
Preview
]
val
startTime
:
Option
[
Int
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
tags
:
List
[
Tag
]
val
thumbnail_id
:
Option
[
String
]
def
to_jsonld
()
:
JsValue
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Deprecated Value Members
val
jsonldMetadata
:
List
[
Metadata
]
Annotations
@deprecated
Deprecated
(Since version since the use of jsonld)
use Metadata
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped
A portion of a file.