getJPXClosestToMidPointInputParameters#
- class hvpy.parameters.getJPXClosestToMidPointInputParameters(**data)[source]#
Bases:
HvpyParametersHandles the input parameters of the
getJPXClosestToMidPointAPI.- startTimes#
A list of datetimes for the beginning of the JPX movie data.
- endTimes#
A list of datetimes for the end of the JPX movie data.
- sourceId#
Unique image datasource identifier.
- linked#
Generate a linked JPX file containing image pointers instead of data for each individual frame in the series. Default is
True, optional.
- verbose#
If set, the JSON response will include timestamps for each frame in the resulting movie and any warning messages associated with the request, in addition to the JPX movie file URI. Default is
False, optional.
- jpip#
Return a JPIP URI string instead of the binary data of the movie itself, or instead of an HTTP URI in the JSON response (if
verboseis set toTrue). Default isFalse, optional.
References
Attributes Summary
Configuration for the model, should be a dictionary conforming to [
ConfigDict][pydantic.config.ConfigDict].Methods Summary
Returns the output type of the API call.
Attributes Documentation
- model_config: ClassVar[ConfigDict] = {}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
Methods Documentation