Class: TencentCloud::Essbasic::V20201222::CheckFaceIdentifyResponse

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

Overview

CheckFaceIdentify返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(result = nil, description = nil, channelname = nil, verifiedon = nil, serialnumber = nil, verifyserverip = nil, photofilename = nil, photofiledata = nil, requestid = nil) ⇒ CheckFaceIdentifyResponse

Returns a new instance of CheckFaceIdentifyResponse.



602
603
604
605
606
607
608
609
610
611
612
# File 'lib/v20201222/models.rb', line 602

def initialize(result=nil, description=nil, channelname=nil, verifiedon=nil, serialnumber=nil, verifyserverip=nil, photofilename=nil, photofiledata=nil, requestid=nil)
  @Result = result
  @Description = description
  @ChannelName = channelname
  @VerifiedOn = verifiedon
  @SerialNumber = serialnumber
  @VerifyServerIp = verifyserverip
  @PhotoFileName = photofilename
  @PhotoFileData = photofiledata
  @RequestId = requestid
end

Instance Attribute Details

#ChannelNameObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Result:

    核身结果; 0:通过,1:不通过

  • Description:

    核身结果描述

  • ChannelName:

    渠道名

  • VerifiedOn:

    认证通过时间

  • SerialNumber:

    核身流水号

  • VerifyServerIp:

    渠道核身服务器IP

  • PhotoFileName:

    核身照片文件名

  • PhotoFileData:

    核身照片内容base64(文件格式见文件名后缀,一般为jpg)

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



600
601
602
# File 'lib/v20201222/models.rb', line 600

def ChannelName
  @ChannelName
end

#DescriptionObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Result:

    核身结果; 0:通过,1:不通过

  • Description:

    核身结果描述

  • ChannelName:

    渠道名

  • VerifiedOn:

    认证通过时间

  • SerialNumber:

    核身流水号

  • VerifyServerIp:

    渠道核身服务器IP

  • PhotoFileName:

    核身照片文件名

  • PhotoFileData:

    核身照片内容base64(文件格式见文件名后缀,一般为jpg)

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



600
601
602
# File 'lib/v20201222/models.rb', line 600

def Description
  @Description
end

#PhotoFileDataObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Result:

    核身结果; 0:通过,1:不通过

  • Description:

    核身结果描述

  • ChannelName:

    渠道名

  • VerifiedOn:

    认证通过时间

  • SerialNumber:

    核身流水号

  • VerifyServerIp:

    渠道核身服务器IP

  • PhotoFileName:

    核身照片文件名

  • PhotoFileData:

    核身照片内容base64(文件格式见文件名后缀,一般为jpg)

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



600
601
602
# File 'lib/v20201222/models.rb', line 600

def PhotoFileData
  @PhotoFileData
end

#PhotoFileNameObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Result:

    核身结果; 0:通过,1:不通过

  • Description:

    核身结果描述

  • ChannelName:

    渠道名

  • VerifiedOn:

    认证通过时间

  • SerialNumber:

    核身流水号

  • VerifyServerIp:

    渠道核身服务器IP

  • PhotoFileName:

    核身照片文件名

  • PhotoFileData:

    核身照片内容base64(文件格式见文件名后缀,一般为jpg)

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



600
601
602
# File 'lib/v20201222/models.rb', line 600

def PhotoFileName
  @PhotoFileName
end

#RequestIdObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Result:

    核身结果; 0:通过,1:不通过

  • Description:

    核身结果描述

  • ChannelName:

    渠道名

  • VerifiedOn:

    认证通过时间

  • SerialNumber:

    核身流水号

  • VerifyServerIp:

    渠道核身服务器IP

  • PhotoFileName:

    核身照片文件名

  • PhotoFileData:

    核身照片内容base64(文件格式见文件名后缀,一般为jpg)

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



600
601
602
# File 'lib/v20201222/models.rb', line 600

def RequestId
  @RequestId
end

#ResultObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Result:

    核身结果; 0:通过,1:不通过

  • Description:

    核身结果描述

  • ChannelName:

    渠道名

  • VerifiedOn:

    认证通过时间

  • SerialNumber:

    核身流水号

  • VerifyServerIp:

    渠道核身服务器IP

  • PhotoFileName:

    核身照片文件名

  • PhotoFileData:

    核身照片内容base64(文件格式见文件名后缀,一般为jpg)

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



600
601
602
# File 'lib/v20201222/models.rb', line 600

def Result
  @Result
end

#SerialNumberObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Result:

    核身结果; 0:通过,1:不通过

  • Description:

    核身结果描述

  • ChannelName:

    渠道名

  • VerifiedOn:

    认证通过时间

  • SerialNumber:

    核身流水号

  • VerifyServerIp:

    渠道核身服务器IP

  • PhotoFileName:

    核身照片文件名

  • PhotoFileData:

    核身照片内容base64(文件格式见文件名后缀,一般为jpg)

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



600
601
602
# File 'lib/v20201222/models.rb', line 600

def SerialNumber
  @SerialNumber
end

#VerifiedOnObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Result:

    核身结果; 0:通过,1:不通过

  • Description:

    核身结果描述

  • ChannelName:

    渠道名

  • VerifiedOn:

    认证通过时间

  • SerialNumber:

    核身流水号

  • VerifyServerIp:

    渠道核身服务器IP

  • PhotoFileName:

    核身照片文件名

  • PhotoFileData:

    核身照片内容base64(文件格式见文件名后缀,一般为jpg)

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



600
601
602
# File 'lib/v20201222/models.rb', line 600

def VerifiedOn
  @VerifiedOn
end

#VerifyServerIpObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Result:

    核身结果; 0:通过,1:不通过

  • Description:

    核身结果描述

  • ChannelName:

    渠道名

  • VerifiedOn:

    认证通过时间

  • SerialNumber:

    核身流水号

  • VerifyServerIp:

    渠道核身服务器IP

  • PhotoFileName:

    核身照片文件名

  • PhotoFileData:

    核身照片内容base64(文件格式见文件名后缀,一般为jpg)

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



600
601
602
# File 'lib/v20201222/models.rb', line 600

def VerifyServerIp
  @VerifyServerIp
end

Instance Method Details

#deserialize(params) ⇒ Object



614
615
616
617
618
619
620
621
622
623
624
# File 'lib/v20201222/models.rb', line 614

def deserialize(params)
  @Result = params['Result']
  @Description = params['Description']
  @ChannelName = params['ChannelName']
  @VerifiedOn = params['VerifiedOn']
  @SerialNumber = params['SerialNumber']
  @VerifyServerIp = params['VerifyServerIp']
  @PhotoFileName = params['PhotoFileName']
  @PhotoFileData = params['PhotoFileData']
  @RequestId = params['RequestId']
end