Uses of Class
ch.brix.gql.client.frontify.input_objects.MarkingInput
-
Packages that use MarkingInput Package Description ch.brix.gql.client.frontify.input_objects -
-
Uses of MarkingInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return MarkingInput Modifier and Type Method Description MarkingInputMarkingInput. dimensions(MarkingDimensionsInput v)The `Marking` dimensions in percentage of the annotated subject dimensions.MarkingInputMarkingInput. page(IntScalar v)The `Marking` page.MarkingInputMarkingInput. position(MarkingPositionInput v)The `Marking` position in percentage, in relation to the top left corner of the `Asset`.MarkingInputMarkingInput. timeframe(MarkingTimeframeInput v)The timeframe of the `Marking` area in percentage of total video length.Methods in ch.brix.gql.client.frontify.input_objects with parameters of type MarkingInput Modifier and Type Method Description CreateAssetCommentInputCreateAssetCommentInput. marking(MarkingInput v)Add a `Marking` (highlighted area) to the new `AssetComment`.
-