# JobInputAsset

object

@odata.typestringRequired

The discriminator for derived types.

assetNamestringRequired

The name of the input Asset

endobjectOptional

Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.

## Microsoft.Media.AbsoluteClipTimeobject [AbsoluteClipTime](https://docs.mediakind.com/api-reference/media-api/schemas/absolutecliptime)

@odata.typestringRequired

The discriminator for derived types.

timestringOptionalpattern: ^P(?:(?P<years>\\d+)Y)?(?:(?P<months>\\d+)M)?(?:(?P<weeks>\\d+)W)?(?:(?P<days>\\d+)D)?T(?:(?P<hours>\\d+)H)?(?:(?P<minutes>\\d+)M)?(?:(?P<seconds_fract>(?:\\d*.)?\\d+)S)?$

The time position on the timeline of the input media. Specified as an ISO8601 period. e.g PT30S for 30 seconds.

## Microsoft.Media.UtcClipTimeobject [UtcClipTime](https://docs.mediakind.com/api-reference/media-api/schemas/utccliptime)

@odata.typestringRequired

The discriminator for derived types.

timestringOptionalformat: date-time

The time position on the timeline of the input media based on UTC time.

triggerobject [ScteTrigger](https://docs.mediakind.com/api-reference/media-api/schemas/sctetrigger) Optional

SCTE-35 signal trigger. Recording starts/stops at the first matching signal.

### filterslist of list of mapsOptional

Outer array is OR-combined; each inner array is AND-combined field matchers.

### [any key]any

searchRangeobject [ScteTriggerSearchRange](https://docs.mediakind.com/api-reference/media-api/schemas/sctetriggersearchrange) Optional

Bounds the signal search to [anchor+startOffset, anchor+endOffset]. Anchor is `time` if present, else dispatch_time (start) or resolved_start (end).

### endOffsetstringRequired

Closes the signal-search window relative to the anchor (ISO 8601 Duration, e.g. "PT2M").

### startOffsetstringRequired

Opens the signal-search window relative to the anchor (ISO 8601 Duration; negative allowed, e.g. "-PT5M").

### signalTypeenumRequired

Signal type.

Allowed values:SCTE35

### fileslist of stringsOptional

List of files.

### labelstringOptional

A label that is assigned to a JobInputClip

### startobjectOptional

Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media.

### ## Microsoft.Media.AbsoluteClipTimeobject [AbsoluteClipTime](https://docs.mediakind.com/api-reference/media-api/schemas/absolutecliptime)

@odata.typestringRequired

The discriminator for derived types.

The time position on the timeline of the input media. Specified as an ISO8601 period. e.g PT30S for 30 seconds.

### ## Microsoft.Media.UtcClipTimeobject [UtcClipTime](https://docs.mediakind.com/api-reference/media-api/schemas/utccliptime)

@odata.typestringRequired

The discriminator for derived types.

timestringOptionalformat: date-time

The time position on the timeline of the input media based on UTC time.

### triggerobject [ScteTrigger](https://docs.mediakind.com/api-reference/media-api/schemas/sctetrigger) Optional

SCTE-35 signal trigger. Recording starts/stops at the first matching signal.

### filterslist of list of mapsOptional

Outer array is OR-combined; each inner array is AND-combined field matchers.

### [any key]any

searchRangeobject [ScteTriggerSearchRange](https://docs.mediakind.com/api-reference/media-api/schemas/sctetriggersearchrange) Optional

Bounds the signal search to [anchor+startOffset, anchor+endOffset]. Anchor is `time` if present, else dispatch_time (start) or resolved_start (end).

### endOffsetstringRequired

Closes the signal-search window relative to the anchor (ISO 8601 Duration, e.g. "PT2M").

### startOffsetstringRequired

Opens the signal-search window relative to the anchor (ISO 8601 Duration; negative allowed, e.g. "-PT5M").

### signalTypeenumRequired

Signal type.

Allowed values:SCTE35
