Class MarkingInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.MarkingInput
-
public class MarkingInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description MarkingInput()
-
Method Summary
Modifier and Type Method Description MarkingInputdimensions(MarkingDimensionsInput v)The `Marking` dimensions in percentage of the annotated subject dimensions.MarkingInputpage(IntScalar v)The `Marking` page.MarkingInputposition(MarkingPositionInput v)The `Marking` position in percentage, in relation to the top left corner of the `Asset`.MarkingInputtimeframe(MarkingTimeframeInput v)The timeframe of the `Marking` area in percentage of total video length.
-
-
-
Method Detail
-
position
public MarkingInput position(MarkingPositionInput v)
The `Marking` position in percentage, in relation to the top left corner of the `Asset`.
-
dimensions
public MarkingInput dimensions(MarkingDimensionsInput v)
The `Marking` dimensions in percentage of the annotated subject dimensions.
-
timeframe
public MarkingInput timeframe(MarkingTimeframeInput v)
The timeframe of the `Marking` area in percentage of total video length. Applicable to `Video` type `Assets` only.
-
page
public MarkingInput page(IntScalar v)
The `Marking` page. Applicable to `Assets` with the type `Document` only.
-
-