SendProcessedImagesInResponse

public enum SendProcessedImagesInResponse : String, Encodable

Whether or not to send processed images in response. Default is yes.

  • yes

    Send processed images in response.

    Declaration

    Swift

    case yes = "Y"
  • no

    Do not send processed images in response.

    Declaration

    Swift

    case no = "N"