@@ -27,15 +27,15 @@ pub enum OptionalParameters {
2727 /// **NOTE:**
2828 ///
2929 /// - The public ID value for images and videos should not include a file extension. Include
30- /// the file extension for raw files only.
30+ /// the file extension for raw files only.
3131 /// - Can be up to 255 characters, including:
3232 /// - non-English characters
3333 /// - periods `.`
3434 /// - forward slashes `/`
3535 /// - underscores `_`
3636 /// - hyphens `-`
3737 /// - [Public ID](OptionalParameters::PublicId) values cannot begin or end with a space or forward slash `/`.
38- /// Additionally, they cannot include the following characters: `? & # \ % < > +`
38+ /// Additionally, they cannot include the following characters: `? & # \ % < > +`
3939 PublicId ( String ) ,
4040 /// A string or path that's automatically prepended to the public_id with a forward slash. The
4141 /// value can contain the same characters as the public_id including additional forward
@@ -159,11 +159,11 @@ pub enum OptionalParameters {
159159 /// Possible values for each access type:
160160 ///
161161 /// - token requires either Token-based access or Cookie-based access for accessing the asset.
162- /// For example: access_type: "token"
162+ /// For example: access_type: "token"
163163 /// - anonymous allows public access to the asset. The anonymous access type can optionally include start and/or
164- /// end dates (in ISO 8601 format) that define when the asset is publicly available. Note that you can only
165- /// include a single 'anonymous' access type.
166- /// For example: `access_type: "anonymous", start: "2017-12-15T12:00Z", end: "2018-01-20T12:00Z"`
164+ /// end dates (in ISO 8601 format) that define when the asset is publicly available. Note that you can only
165+ /// include a single 'anonymous' access type.
166+ /// For example: `access_type: "anonymous", start: "2017-12-15T12:00Z", end: "2018-01-20T12:00Z"`
167167 AccessControl ( String ) ,
168168 /// Allows the asset to behave as if it's of the authenticated 'type' (see above) while still using the default
169169 /// 'upload' type in delivery URLs. The asset can later be made public by changing its access_mode via the
@@ -275,7 +275,7 @@ pub enum OptionalParameters {
275275 ///
276276 /// - Returned metadata for images includes: PixelsPerUnitX, PixelsPerUnitY, PixelUnits, Colorspace, and DPI.
277277 /// - Returned metadata for audio and video includes: audio_codec, audio_bit_rate, audio_frequency, channels,
278- /// channel_layout.
278+ /// channel_layout.
279279 /// - Additional metadata for video includes: pix_format, codec, level, profile, video_bit_rate, dar.
280280 ///
281281 /// (In .NET SDK, parameter name is Metadata.)
@@ -326,14 +326,14 @@ pub enum OptionalParameters {
326326 /// Set to:
327327 ///
328328 /// - \<content-aware model>_[\<version>] (e.g. coco_v2) to return a list of detected content using the
329- /// [Cloudinary AI Content Analysis add-on](https://cloudinary.com/documentation/cloudinary_ai_content_analysis_addon#automatic_image_tagging).
330- /// Can be used together with the auto_tagging parameter to apply tags automatically.
329+ /// [Cloudinary AI Content Analysis add-on](https://cloudinary.com/documentation/cloudinary_ai_content_analysis_addon#automatic_image_tagging).
330+ /// Can be used together with the auto_tagging parameter to apply tags automatically.
331331 /// - `captioning` to analyze an image and suggest a caption based on the image's contents.
332332 /// - `iqa` to analyze the quality of an image.
333333 /// - `adv_face` to return a list of facial attributes using the Advanced Facial Attribute Detection add-on.
334334 /// - `aws_rek_face` to return a list of detected celebrities and facial attributes using the Amazon Rekognition
335- /// Celebrity Detection add-on. Can be used together with the `auto_tagging` parameter to apply
336- /// tags automatically.
335+ /// Celebrity Detection add-on. Can be used together with the `auto_tagging` parameter to apply
336+ /// tags automatically.
337337 ///
338338 /// Relevant for images only.
339339 /// TODO: Better type
@@ -427,10 +427,10 @@ pub enum OptionalParameters {
427427 /// Automatically remove the background of an image using an add-on.
428428 ///
429429 /// - Set to cloudinary_ai to use the deep-learning based
430- /// [Cloudinary AI Background Removal add-on](https://cloudinary.com/documentation/cloudinary_ai_background_removal_addon#removing_the_background_on_upload_update). NOTE: this feature has been superseded by
431- /// [background removal on the fly](https://cloudinary.com/documentation/cloudinary_ai_background_removal_addon#removing_the_background_on_the_fly).
430+ /// [Cloudinary AI Background Removal add-on](https://cloudinary.com/documentation/cloudinary_ai_background_removal_addon#removing_the_background_on_upload_update). NOTE: this feature has been superseded by
431+ /// [background removal on the fly](https://cloudinary.com/documentation/cloudinary_ai_background_removal_addon#removing_the_background_on_the_fly).
432432 /// - Set to pixelz to use the human-powered
433- /// [Pixelz Remove-The-Background Editing add-on service](https://cloudinary.com/documentation/remove_the_background_image_editing_addon).
433+ /// [Pixelz Remove-The-Background Editing add-on service](https://cloudinary.com/documentation/remove_the_background_image_editing_addon).
434434 ///
435435 /// Relevant for images only.
436436 ///
@@ -439,14 +439,14 @@ pub enum OptionalParameters {
439439 /// Generates a related file based on the uploaded file.
440440 ///
441441 /// - Set to `aspose` to automatically create a PDF or other image format from a `raw` Office document using the
442- /// [Aspose Document Conversion add-on](https://cloudinary.com/documentation/aspose_document_conversion_addon).
443- /// (Asynchronous)
442+ /// [Aspose Document Conversion add-on](https://cloudinary.com/documentation/aspose_document_conversion_addon).
443+ /// (Asynchronous)
444444 /// - Set to `google_speech` to instruct the
445- /// [Google AI Video Transcription](https://cloudinary.com/documentation/google_ai_video_transcription_addon)
446- /// add-on to generate an automatic transcript raw file from an uploaded video. (Asynchronous)
445+ /// [Google AI Video Transcription](https://cloudinary.com/documentation/google_ai_video_transcription_addon)
446+ /// add-on to generate an automatic transcript raw file from an uploaded video. (Asynchronous)
447447 /// - Set to `extract_text` to extract all the text from a PDF file and store it in a `raw` JSON file with a
448- /// public ID in the format: `[pdf_public_id].extract_text.json`. The full URL of the generated JSON file is
449- /// included in the API response. (Synchronous)
448+ /// public ID in the format: `[pdf_public_id].extract_text.json`. The full URL of the generated JSON file is
449+ /// included in the API response. (Synchronous)
450450 ///
451451 /// See also:
452452 /// [Converting raw files](https://cloudinary.com/documentation/upload_parameters#uploading_non_media_files_as_raw_files).
0 commit comments