Home
last modified time | relevance | path

Searched refs:confidence (Results 101 – 125 of 162) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p3beta1Block.php32 public $confidence; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1Block
69 public function setConfidence($confidence) argument
71 $this->confidence = $confidence;
78 return $this->confidence;
H A DGoogleCloudVisionV1p2beta1Block.php32 public $confidence; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1Block
69 public function setConfidence($confidence) argument
71 $this->confidence = $confidence;
78 return $this->confidence;
H A DGoogleCloudVisionV1p4beta1Block.php32 public $confidence; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1Block
69 public function setConfidence($confidence) argument
71 $this->confidence = $confidence;
78 return $this->confidence;
H A DBlock.php32 public $confidence; variable in Google\\Service\\Vision\\Block
69 public function setConfidence($confidence) argument
71 $this->confidence = $confidence;
78 return $this->confidence;
H A DGoogleCloudVisionV1p1beta1Block.php32 public $confidence; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1Block
69 public function setConfidence($confidence) argument
71 $this->confidence = $confidence;
78 return $this->confidence;
H A DGoogleCloudVisionV1p2beta1EntityAnnotation.php28 public $confidence; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1EntityAnnotation
71 public function setConfidence($confidence) argument
73 $this->confidence = $confidence;
80 return $this->confidence;
H A DEntityAnnotation.php28 public $confidence; variable in Google\\Service\\Vision\\EntityAnnotation
71 public function setConfidence($confidence) argument
73 $this->confidence = $confidence;
80 return $this->confidence;
H A DGoogleCloudVisionV1p1beta1EntityAnnotation.php28 public $confidence; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1EntityAnnotation
71 public function setConfidence($confidence) argument
73 $this->confidence = $confidence;
80 return $this->confidence;
H A DGoogleCloudVisionV1p3beta1EntityAnnotation.php28 public $confidence; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1EntityAnnotation
71 public function setConfidence($confidence) argument
73 $this->confidence = $confidence;
80 return $this->confidence;
H A DGoogleCloudVisionV1p4beta1EntityAnnotation.php28 public $confidence; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1EntityAnnotation
71 public function setConfidence($confidence) argument
73 $this->confidence = $confidence;
80 return $this->confidence;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation.php26 public $confidence; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation
45 public function setConfidence($confidence) argument
47 $this->confidence = $confidence;
54 return $this->confidence;
H A DGoogleCloudVideointelligenceV1ObjectTrackingAnnotation.php26 public $confidence; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1ObjectTrackingAnnotation
45 public function setConfidence($confidence) argument
47 $this->confidence = $confidence;
54 return $this->confidence;
H A DGoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation.php26 public $confidence; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation
45 public function setConfidence($confidence) argument
47 $this->confidence = $confidence;
54 return $this->confidence;
H A DGoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation.php26 public $confidence; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation
45 public function setConfidence($confidence) argument
47 $this->confidence = $confidence;
54 return $this->confidence;
H A DGoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation.php26 public $confidence; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation
45 public function setConfidence($confidence) argument
47 $this->confidence = $confidence;
54 return $this->confidence;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DEntityMention.php25 public $confidence; variable in Google\\Service\\CloudHealthcare\\EntityMention
57 public function setConfidence($confidence) argument
59 $this->confidence = $confidence;
63 return $this->confidence;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegment.php30 public $confidence; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegment
69 public function setConfidence($confidence) argument
71 $this->confidence = $confidence;
78 return $this->confidence;
/plugin/stopforumspam/_test/
H A DResponseCheckerTest.php44 $this->assertEquals(25.0, $checker->confidence);
55 $this->assertEquals(0, $checker->confidence);
66 $this->assertEquals(25.0, $checker->confidence);
77 $this->assertEquals(0, $checker->confidence);
88 $this->assertEquals(25.0, $checker->confidence);
99 $this->assertEquals(0, $checker->confidence);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1DocumentEntity.php26 public $confidence; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentEntity
65 public function setConfidence($confidence) argument
67 $this->confidence = $confidence;
74 return $this->confidence;
H A DGoogleCloudDocumentaiV1beta1DocumentEntity.php26 public $confidence; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentEntity
65 public function setConfidence($confidence) argument
67 $this->confidence = $confidence;
74 return $this->confidence;
H A DGoogleCloudDocumentaiV1beta2DocumentEntity.php26 public $confidence; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2DocumentEntity
65 public function setConfidence($confidence) argument
67 $this->confidence = $confidence;
74 return $this->confidence;
/plugin/authgoogle/google/contrib/
H A DGoogle_TranslateService.php162 public $confidence; variable in Google_DetectionsResourceItems
165 public function setConfidence( $confidence) { argument
166 $this->confidence = $confidence;
169 return $this->confidence;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DPhrase.php55 * @param float $confidence Defaults to 1.0.
59 public function setConfidence(float $confidence): self argument
61 return $this->setParam('confidence', $confidence);
/plugin/stopforumspam/
H A DSpamLogger.php20 public function LogAttempt($username, $email, $ip, $trigger, $confidence, $accepted) argument
31 $confidence,
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DPostal.php15 * @property-read int|null $confidence A value from 0-100 indicating MaxMind's

1234567