Class: TencentCloud::Ocr::V20181119::RecognizePhilippinesSssIDOCRRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20181119/models.rb

Overview

RecognizePhilippinesSssIDOCR请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(returnheadimage = nil, imagebase64 = nil, imageurl = nil) ⇒ RecognizePhilippinesSssIDOCRRequest

Returns a new instance of RecognizePhilippinesSssIDOCRRequest.



8298
8299
8300
8301
8302
# File 'lib/v20181119/models.rb', line 8298

def initialize(returnheadimage=nil, imagebase64=nil, imageurl=nil)
  @ReturnHeadImage = returnheadimage
  @ImageBase64 = imagebase64
  @ImageUrl = imageurl
end

Instance Attribute Details

#ImageBase64Object

支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。 非腾讯云存储的 Url 速度和稳定性可能受一定影响。

Parameters:

  • ReturnHeadImage:

    是否返回人像照片。

  • ImageBase64:

    图片的 Base64 值。

  • ImageUrl:

    图片的 Url 地址。



8296
8297
8298
# File 'lib/v20181119/models.rb', line 8296

def ImageBase64
  @ImageBase64
end

#ImageUrlObject

支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。 非腾讯云存储的 Url 速度和稳定性可能受一定影响。

Parameters:

  • ReturnHeadImage:

    是否返回人像照片。

  • ImageBase64:

    图片的 Base64 值。

  • ImageUrl:

    图片的 Url 地址。



8296
8297
8298
# File 'lib/v20181119/models.rb', line 8296

def ImageUrl
  @ImageUrl
end

#ReturnHeadImageObject

支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。 支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。 图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。 支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。 支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。 非腾讯云存储的 Url 速度和稳定性可能受一定影响。

Parameters:

  • ReturnHeadImage:

    是否返回人像照片。

  • ImageBase64:

    图片的 Base64 值。

  • ImageUrl:

    图片的 Url 地址。



8296
8297
8298
# File 'lib/v20181119/models.rb', line 8296

def ReturnHeadImage
  @ReturnHeadImage
end

Instance Method Details

#deserialize(params) ⇒ Object



8304
8305
8306
8307
8308
# File 'lib/v20181119/models.rb', line 8304

def deserialize(params)
  @ReturnHeadImage = params['ReturnHeadImage']
  @ImageBase64 = params['ImageBase64']
  @ImageUrl = params['ImageUrl']
end