Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -311,16 +311,16 @@ partial void ProcessPostEditImageResponseContent(
/// Images links are available for a limited period of time; if you would like to keep the image, you must download it.
/// </summary>
/// <param name="imageFile">
/// The image being edited; only JPEG, WebP and PNG formats are supported at this time.
/// An image binary (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="imageFilename">
/// The image being edited; only JPEG, WebP and PNG formats are supported at this time.
/// An image binary (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="mask">
/// A black and white image of the same size as the image being edited. Black regions in the mask should match up with the regions of the image that you would like to edit; only JPEG, WebP and PNG formats are supported at this time.
/// A black and white image of the same size as the image being edited (max size 10MB). Black regions in the mask should match up with the regions of the image that you would like to edit; only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="maskname">
/// A black and white image of the same size as the image being edited. Black regions in the mask should match up with the regions of the image that you would like to edit; only JPEG, WebP and PNG formats are supported at this time.
/// A black and white image of the same size as the image being edited (max size 10MB). Black regions in the mask should match up with the regions of the image that you would like to edit; only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="prompt">
/// The prompt used to describe the edited result.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -326,16 +326,16 @@ partial void ProcessPostEditImageV3ResponseContent(
/// Images links are available for a limited period of time; if you would like to keep the image, you must download it.
/// </summary>
/// <param name="image">
/// The image being edited; only JPEG, WebP and PNG formats are supported at this time.
/// The image being edited (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="imagename">
/// The image being edited; only JPEG, WebP and PNG formats are supported at this time.
/// The image being edited (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="mask">
/// A black and white image of the same size as the image being edited. Black regions in the mask should match up with the regions of the image that you would like to edit; only JPEG, WebP and PNG formats are supported at this time.
/// A black and white image of the same size as the image being edited (max size 10MB). Black regions in the mask should match up with the regions of the image that you would like to edit; only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="maskname">
/// A black and white image of the same size as the image being edited. Black regions in the mask should match up with the regions of the image that you would like to edit; only JPEG, WebP and PNG formats are supported at this time.
/// A black and white image of the same size as the image being edited (max size 10MB). Black regions in the mask should match up with the regions of the image that you would like to edit; only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="prompt">
/// The prompt used to describe the edited result.<br/>
Expand Down Expand Up @@ -365,7 +365,7 @@ partial void ProcessPostEditImageV3ResponseContent(
/// Example: [AAFF5733, 0133FF57, DE3357FF]
/// </param>
/// <param name="styleReferenceImages">
/// A set of images to use as style references. The images should be in JPEG, PNG or WebP format.
/// A set of images to use as style references (maximum total size 10MB across all style references). The images should be in JPEG, PNG or WebP format.
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ partial void ProcessPostGenerateImageV3ResponseContent(
/// Example: GENERAL
/// </param>
/// <param name="styleReferenceImages">
/// A set of images to use as style references. The images should be in JPEG, PNG or WebP format.
/// A set of images to use as style references (maximum total size 10MB across all style references). The images should be in JPEG, PNG or WebP format.
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,10 @@ partial void ProcessPostReframeImageResponseContent(
/// Image links are available for a limited period of time; if you would like to keep the image, you must download it.
/// </summary>
/// <param name="imageFile">
/// The image being reframed; only JPEG, WebP and PNG formats are supported at this time.
/// The image being reframed (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="imageFilename">
/// The image being reframed; only JPEG, WebP and PNG formats are supported at this time.
/// The image being reframed (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="resolution">
/// (For model_version for 2.0 only, cannot be used in conjunction with aspect_ratio) The resolution to use for image generation, represented in width x height. If not specified, defaults to using aspect_ratio.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,10 +312,10 @@ partial void ProcessPostReframeImageV3ResponseContent(
/// Image links are available for a limited period of time; if you would like to keep the image, you must download it.
/// </summary>
/// <param name="image">
/// The image being reframed; only JPEG, WebP and PNG formats are supported at this time.
/// The image being reframed (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="imagename">
/// The image being reframed; only JPEG, WebP and PNG formats are supported at this time.
/// The image being reframed (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="resolution">
/// The resolutions supported for model version V_3.<br/>
Expand All @@ -341,7 +341,7 @@ partial void ProcessPostReframeImageV3ResponseContent(
/// Example: [AAFF5733, 0133FF57, DE3357FF]
/// </param>
/// <param name="styleReferenceImages">
/// A set of images to use as style references. The images should be in JPEG, PNG or WebP format.
/// A set of images to use as style references (maximum total size 10MB across all style references). The images should be in JPEG, PNG or WebP format.
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,10 @@ partial void ProcessPostRemixImageResponseContent(
/// A request to generate a new image using a provided image and a prompt.
/// </param>
/// <param name="imageFile">
/// An image binary; only JPEG, WebP and PNG formats are supported at this time.
/// An image binary (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="imageFilename">
/// An image binary; only JPEG, WebP and PNG formats are supported at this time.
/// An image binary (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,10 @@ partial void ProcessPostRemixImageV3ResponseContent(
/// Images links are available for a limited period of time; if you would like to keep the image, you must download it.
/// </summary>
/// <param name="image">
/// The image to remix binary; only JPEG, WebP and PNG formats are supported at this time.
/// The image to remix binary (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="imagename">
/// The image to remix binary; only JPEG, WebP and PNG formats are supported at this time.
/// The image to remix binary (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="prompt">
/// The prompt to use to generate the image.<br/>
Expand Down Expand Up @@ -405,7 +405,7 @@ partial void ProcessPostRemixImageV3ResponseContent(
/// Example: GENERAL
/// </param>
/// <param name="styleReferenceImages">
/// A set of images to use as style references. The images should be in JPEG, PNG or WebP format.
/// A set of images to use as style references (maximum total size 10MB across all style references). The images should be in JPEG, PNG or WebP format.
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,10 @@ partial void ProcessPostUpscaleImageResponseContent(
/// A request to upscale a provided image with the help of an optional prompt.
/// </param>
/// <param name="imageFile">
/// An image binary; only JPEG, WebP and PNG formats are supported at this time.
/// An image binary (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="imageFilename">
/// An image binary; only JPEG, WebP and PNG formats are supported at this time.
/// An image binary (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ public partial interface IGenerateClient
/// Images links are available for a limited period of time; if you would like to keep the image, you must download it.
/// </summary>
/// <param name="imageFile">
/// The image being edited; only JPEG, WebP and PNG formats are supported at this time.
/// An image binary (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="imageFilename">
/// The image being edited; only JPEG, WebP and PNG formats are supported at this time.
/// An image binary (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="mask">
/// A black and white image of the same size as the image being edited. Black regions in the mask should match up with the regions of the image that you would like to edit; only JPEG, WebP and PNG formats are supported at this time.
/// A black and white image of the same size as the image being edited (max size 10MB). Black regions in the mask should match up with the regions of the image that you would like to edit; only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="maskname">
/// A black and white image of the same size as the image being edited. Black regions in the mask should match up with the regions of the image that you would like to edit; only JPEG, WebP and PNG formats are supported at this time.
/// A black and white image of the same size as the image being edited (max size 10MB). Black regions in the mask should match up with the regions of the image that you would like to edit; only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="prompt">
/// The prompt used to describe the edited result.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ public partial interface IGenerateClient
/// Images links are available for a limited period of time; if you would like to keep the image, you must download it.
/// </summary>
/// <param name="image">
/// The image being edited; only JPEG, WebP and PNG formats are supported at this time.
/// The image being edited (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="imagename">
/// The image being edited; only JPEG, WebP and PNG formats are supported at this time.
/// The image being edited (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="mask">
/// A black and white image of the same size as the image being edited. Black regions in the mask should match up with the regions of the image that you would like to edit; only JPEG, WebP and PNG formats are supported at this time.
/// A black and white image of the same size as the image being edited (max size 10MB). Black regions in the mask should match up with the regions of the image that you would like to edit; only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="maskname">
/// A black and white image of the same size as the image being edited. Black regions in the mask should match up with the regions of the image that you would like to edit; only JPEG, WebP and PNG formats are supported at this time.
/// A black and white image of the same size as the image being edited (max size 10MB). Black regions in the mask should match up with the regions of the image that you would like to edit; only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="prompt">
/// The prompt used to describe the edited result.<br/>
Expand Down Expand Up @@ -65,7 +65,7 @@ public partial interface IGenerateClient
/// Example: [AAFF5733, 0133FF57, DE3357FF]
/// </param>
/// <param name="styleReferenceImages">
/// A set of images to use as style references. The images should be in JPEG, PNG or WebP format.
/// A set of images to use as style references (maximum total size 10MB across all style references). The images should be in JPEG, PNG or WebP format.
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public partial interface IGenerateClient
/// Example: GENERAL
/// </param>
/// <param name="styleReferenceImages">
/// A set of images to use as style references. The images should be in JPEG, PNG or WebP format.
/// A set of images to use as style references (maximum total size 10MB across all style references). The images should be in JPEG, PNG or WebP format.
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ public partial interface IGenerateClient
/// Image links are available for a limited period of time; if you would like to keep the image, you must download it.
/// </summary>
/// <param name="imageFile">
/// The image being reframed; only JPEG, WebP and PNG formats are supported at this time.
/// The image being reframed (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="imageFilename">
/// The image being reframed; only JPEG, WebP and PNG formats are supported at this time.
/// The image being reframed (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="resolution">
/// (For model_version for 2.0 only, cannot be used in conjunction with aspect_ratio) The resolution to use for image generation, represented in width x height. If not specified, defaults to using aspect_ratio.<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ public partial interface IGenerateClient
/// Image links are available for a limited period of time; if you would like to keep the image, you must download it.
/// </summary>
/// <param name="image">
/// The image being reframed; only JPEG, WebP and PNG formats are supported at this time.
/// The image being reframed (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="imagename">
/// The image being reframed; only JPEG, WebP and PNG formats are supported at this time.
/// The image being reframed (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="resolution">
/// The resolutions supported for model version V_3.<br/>
Expand All @@ -51,7 +51,7 @@ public partial interface IGenerateClient
/// Example: [AAFF5733, 0133FF57, DE3357FF]
/// </param>
/// <param name="styleReferenceImages">
/// A set of images to use as style references. The images should be in JPEG, PNG or WebP format.
/// A set of images to use as style references (maximum total size 10MB across all style references). The images should be in JPEG, PNG or WebP format.
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ public partial interface IGenerateClient
/// A request to generate a new image using a provided image and a prompt.
/// </param>
/// <param name="imageFile">
/// An image binary; only JPEG, WebP and PNG formats are supported at this time.
/// An image binary (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="imageFilename">
/// An image binary; only JPEG, WebP and PNG formats are supported at this time.
/// An image binary (max size 10MB); only JPEG, WebP and PNG formats are supported at this time.
/// </param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
Expand Down
Loading
Loading