IntentionVerifyData.php 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <?php
  2. /*
  3. * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
  4. *
  5. * Licensed under the Apache License, Version 2.0 (the "License");
  6. * you may not use this file except in compliance with the License.
  7. * You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. */
  17. namespace TencentCloud\Faceid\V20180301\Models;
  18. use TencentCloud\Common\AbstractModel;
  19. /**
  20. * 意愿核身相关结果
  21. *
  22. * @method string getIntentionVerifyVideo() 获取意愿确认环节中录制的视频(base64)。若不存在则为空字符串。
  23. 注意:此字段可能返回 null,表示取不到有效值。
  24. * @method void setIntentionVerifyVideo(string $IntentionVerifyVideo) 设置意愿确认环节中录制的视频(base64)。若不存在则为空字符串。
  25. 注意:此字段可能返回 null,表示取不到有效值。
  26. * @method string getAsrResult() 获取意愿确认环节中用户语音转文字的识别结果。若不存在则为空字符串。
  27. 注意:此字段可能返回 null,表示取不到有效值。
  28. * @method void setAsrResult(string $AsrResult) 设置意愿确认环节中用户语音转文字的识别结果。若不存在则为空字符串。
  29. 注意:此字段可能返回 null,表示取不到有效值。
  30. * @method integer getErrorCode() 获取意愿确认环节的结果码。当该结果码为0时,语音朗读的视频与语音识别结果才会返回。
  31. 注意:此字段可能返回 null,表示取不到有效值。
  32. * @method void setErrorCode(integer $ErrorCode) 设置意愿确认环节的结果码。当该结果码为0时,语音朗读的视频与语音识别结果才会返回。
  33. 注意:此字段可能返回 null,表示取不到有效值。
  34. * @method string getErrorMessage() 获取意愿确认环节的结果信息。
  35. 注意:此字段可能返回 null,表示取不到有效值。
  36. * @method void setErrorMessage(string $ErrorMessage) 设置意愿确认环节的结果信息。
  37. 注意:此字段可能返回 null,表示取不到有效值。
  38. * @method string getIntentionVerifyBestFrame() 获取意愿确认环节中录制视频的最佳帧(base64)。若不存在则为空字符串。
  39. 注意:此字段可能返回 null,表示取不到有效值。
  40. * @method void setIntentionVerifyBestFrame(string $IntentionVerifyBestFrame) 设置意愿确认环节中录制视频的最佳帧(base64)。若不存在则为空字符串。
  41. 注意:此字段可能返回 null,表示取不到有效值。
  42. * @method string getAsrResultSimilarity() 获取本次流程用户语音与传入文本比对的相似度分值,取值范围 [0.00, 100.00]。只有配置了相似度阈值后才进行语音校验并返回相似度分值。
  43. 注意:此字段可能返回 null,表示取不到有效值。
  44. * @method void setAsrResultSimilarity(string $AsrResultSimilarity) 设置本次流程用户语音与传入文本比对的相似度分值,取值范围 [0.00, 100.00]。只有配置了相似度阈值后才进行语音校验并返回相似度分值。
  45. 注意:此字段可能返回 null,表示取不到有效值。
  46. */
  47. class IntentionVerifyData extends AbstractModel
  48. {
  49. /**
  50. * @var string 意愿确认环节中录制的视频(base64)。若不存在则为空字符串。
  51. 注意:此字段可能返回 null,表示取不到有效值。
  52. */
  53. public $IntentionVerifyVideo;
  54. /**
  55. * @var string 意愿确认环节中用户语音转文字的识别结果。若不存在则为空字符串。
  56. 注意:此字段可能返回 null,表示取不到有效值。
  57. */
  58. public $AsrResult;
  59. /**
  60. * @var integer 意愿确认环节的结果码。当该结果码为0时,语音朗读的视频与语音识别结果才会返回。
  61. 注意:此字段可能返回 null,表示取不到有效值。
  62. */
  63. public $ErrorCode;
  64. /**
  65. * @var string 意愿确认环节的结果信息。
  66. 注意:此字段可能返回 null,表示取不到有效值。
  67. */
  68. public $ErrorMessage;
  69. /**
  70. * @var string 意愿确认环节中录制视频的最佳帧(base64)。若不存在则为空字符串。
  71. 注意:此字段可能返回 null,表示取不到有效值。
  72. */
  73. public $IntentionVerifyBestFrame;
  74. /**
  75. * @var string 本次流程用户语音与传入文本比对的相似度分值,取值范围 [0.00, 100.00]。只有配置了相似度阈值后才进行语音校验并返回相似度分值。
  76. 注意:此字段可能返回 null,表示取不到有效值。
  77. */
  78. public $AsrResultSimilarity;
  79. /**
  80. * @param string $IntentionVerifyVideo 意愿确认环节中录制的视频(base64)。若不存在则为空字符串。
  81. 注意:此字段可能返回 null,表示取不到有效值。
  82. * @param string $AsrResult 意愿确认环节中用户语音转文字的识别结果。若不存在则为空字符串。
  83. 注意:此字段可能返回 null,表示取不到有效值。
  84. * @param integer $ErrorCode 意愿确认环节的结果码。当该结果码为0时,语音朗读的视频与语音识别结果才会返回。
  85. 注意:此字段可能返回 null,表示取不到有效值。
  86. * @param string $ErrorMessage 意愿确认环节的结果信息。
  87. 注意:此字段可能返回 null,表示取不到有效值。
  88. * @param string $IntentionVerifyBestFrame 意愿确认环节中录制视频的最佳帧(base64)。若不存在则为空字符串。
  89. 注意:此字段可能返回 null,表示取不到有效值。
  90. * @param string $AsrResultSimilarity 本次流程用户语音与传入文本比对的相似度分值,取值范围 [0.00, 100.00]。只有配置了相似度阈值后才进行语音校验并返回相似度分值。
  91. 注意:此字段可能返回 null,表示取不到有效值。
  92. */
  93. function __construct()
  94. {
  95. }
  96. /**
  97. * For internal only. DO NOT USE IT.
  98. */
  99. public function deserialize($param)
  100. {
  101. if ($param === null) {
  102. return;
  103. }
  104. if (array_key_exists("IntentionVerifyVideo",$param) and $param["IntentionVerifyVideo"] !== null) {
  105. $this->IntentionVerifyVideo = $param["IntentionVerifyVideo"];
  106. }
  107. if (array_key_exists("AsrResult",$param) and $param["AsrResult"] !== null) {
  108. $this->AsrResult = $param["AsrResult"];
  109. }
  110. if (array_key_exists("ErrorCode",$param) and $param["ErrorCode"] !== null) {
  111. $this->ErrorCode = $param["ErrorCode"];
  112. }
  113. if (array_key_exists("ErrorMessage",$param) and $param["ErrorMessage"] !== null) {
  114. $this->ErrorMessage = $param["ErrorMessage"];
  115. }
  116. if (array_key_exists("IntentionVerifyBestFrame",$param) and $param["IntentionVerifyBestFrame"] !== null) {
  117. $this->IntentionVerifyBestFrame = $param["IntentionVerifyBestFrame"];
  118. }
  119. if (array_key_exists("AsrResultSimilarity",$param) and $param["AsrResultSimilarity"] !== null) {
  120. $this->AsrResultSimilarity = $param["AsrResultSimilarity"];
  121. }
  122. }
  123. }