SendInputImagesInResponse

public enum SendInputImagesInResponse : String, Encodable

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

  • yes

    Send input images in response.

    Declaration

    Swift

    case yes = "Y"
  • no

    Do not send input images in response.

    Declaration

    Swift

    case no = "N"