You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -210,7 +208,7 @@ class FileUploadResponse < Imagekitio::Internal::Type::BaseModel
210
208
#
211
209
# Object containing details of a successful upload.
212
210
#
213
-
# @param ai_tags [Array<Imagekitio::Models::Beta::V2::FileUploadResponse::AITag>, nil] Array of `AITags` associated with the image. If no `AITags` are set, it will be
211
+
# @param ai_tags [Array<Imagekitio::Models::Beta::V2::FileUploadResponse::AITag>, nil] An array of tags assigned to the uploaded file by auto tagging.
214
212
#
215
213
# @param audio_codec [String] The audio codec used in the video (only for video).
@@ -206,7 +204,7 @@ class FileUploadResponse < Imagekitio::Internal::Type::BaseModel
206
204
#
207
205
# Object containing details of a successful upload.
208
206
#
209
-
# @param ai_tags [Array<Imagekitio::Models::FileUploadResponse::AITag>, nil] Array of `AITags` associated with the image. If no `AITags` are set, it will be
207
+
# @param ai_tags [Array<Imagekitio::Models::FileUploadResponse::AITag>, nil] An array of tags assigned to the uploaded file by auto tagging.
210
208
#
211
209
# @param audio_codec [String] The audio codec used in the video (only for video).
@@ -247,7 +245,7 @@ class Data < Imagekitio::Internal::Type::BaseModel
247
245
#
248
246
# Object containing details of a successful upload.
249
247
#
250
-
# @param ai_tags [Array<Imagekitio::Models::UploadPreTransformSuccessEvent::Data::AITag>, nil] Array of `AITags` associated with the image. If no `AITags` are set, it will be
248
+
# @param ai_tags [Array<Imagekitio::Models::UploadPreTransformSuccessEvent::Data::AITag>, nil] An array of tags assigned to the uploaded file by auto tagging.
251
249
#
252
250
# @param audio_codec [String] The audio codec used in the video (only for video).
0 commit comments