JobPutProperties – Media API – MediaKind
JobPutProperties
object
correlationDatamap
- Type: from strings to any
- Description: Customer provided key, value pairs that will be returned in Job and JobOutput state events.
description
- Type: string or null
- Description: The description of the Job.
- Constraints: <=1024 characters
input
- Type: object
- Required: Yes
- Description: The inputs of the Job.
Variants
- Discriminated by
@odata.type. Select one variant:
Microsoft.Media.JobInputAsset
Properties
- @odata.type: string (Required)
- assetName: string (Required)
- end: object (Optional)
- Description: Defines a point on the timeline of the input media at which processing will end.
Microsoft.Media.AbsoluteClipTime
Properties
- @odata.type: string (Required)
- time: string (Optional)
- Pattern: ^P(?:(?P\d+)Y)?(?:(?P\d+)M)?(?:(?P\d+)W)?(?:(?P\d+)D)?T(?:(?P\d+)H)?(?:(?P\d+)M)?(?:(?P(?:\d*.)?\d+)S)?$
Microsoft.Media.UtcClipTime
Properties
- @odata.type: string (Required)
- time: string (Optional)
trigger
filters
- Type: list of list of maps (Optional)
- Description: Outer array is OR-combined; each inner array is AND-combined field matchers.
searchRange
Properties
- endOffset: string (Required)
- startOffset: string (Required)
- signalType: enum (Required)
files
- Type: list of strings (Optional)
- Description: List of files.
label
- Type: string (Optional)
- Description: A label that is assigned to a JobInputClip
start
- Type: object (Optional)
- Description: Defines a point on the timeline of the input media at which processing will start.
outputs
- Type: list of objects (Required)
- Description: The outputs for the Job.
Variant
- Discriminated by
@odata.type. Select one variant:
Microsoft.Media.JobOutputAsset
Properties
- @odata.type: string (Required)
- assetName: string (Required)
- endTime: string or null (Optional)
- error: object JobError (Optional)
- progress: integer or null (Optional)
- state: enum or null (Optional)
- Allowed values: Canceled, Canceling, Error, Finished, Processing, Queued, Scheduled