!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/uploads/script/vendor/google/apiclient-services/src/Google/Service/Vision/   drwxr-xr-x
Free 13.22 GB of 57.97 GB (22.81%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     GoogleCloudVisionV1p4beta1FaceAnnotation.php (5.43 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*
 * Copyright 2014 Google Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a copy of
 * the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations under
 * the License.
 */

class Google_Service_Vision_GoogleCloudVisionV1p4beta1FaceAnnotation extends Google_Collection
{
  protected 
$collection_key 'recognitionResult';
  public 
$angerLikelihood;
  public 
$blurredLikelihood;
  protected 
$boundingPolyType 'Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly';
  protected 
$boundingPolyDataType '';
  public 
$detectionConfidence;
  protected 
$fdBoundingPolyType 'Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly';
  protected 
$fdBoundingPolyDataType '';
  public 
$headwearLikelihood;
  public 
$joyLikelihood;
  public 
$landmarkingConfidence;
  protected 
$landmarksType 'Google_Service_Vision_GoogleCloudVisionV1p4beta1FaceAnnotationLandmark';
  protected 
$landmarksDataType 'array';
  public 
$panAngle;
  protected 
$recognitionResultType 'Google_Service_Vision_GoogleCloudVisionV1p4beta1FaceRecognitionResult';
  protected 
$recognitionResultDataType 'array';
  public 
$rollAngle;
  public 
$sorrowLikelihood;
  public 
$surpriseLikelihood;
  public 
$tiltAngle;
  public 
$underExposedLikelihood;

  public function 
setAngerLikelihood($angerLikelihood)
  {
    
$this->angerLikelihood $angerLikelihood;
  }
  public function 
getAngerLikelihood()
  {
    return 
$this->angerLikelihood;
  }
  public function 
setBlurredLikelihood($blurredLikelihood)
  {
    
$this->blurredLikelihood $blurredLikelihood;
  }
  public function 
getBlurredLikelihood()
  {
    return 
$this->blurredLikelihood;
  }
  
/**
   * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly
   */
  
public function setBoundingPoly(Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly $boundingPoly)
  {
    
$this->boundingPoly $boundingPoly;
  }
  
/**
   * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly
   */
  
public function getBoundingPoly()
  {
    return 
$this->boundingPoly;
  }
  public function 
setDetectionConfidence($detectionConfidence)
  {
    
$this->detectionConfidence $detectionConfidence;
  }
  public function 
getDetectionConfidence()
  {
    return 
$this->detectionConfidence;
  }
  
/**
   * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly
   */
  
public function setFdBoundingPoly(Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly $fdBoundingPoly)
  {
    
$this->fdBoundingPoly $fdBoundingPoly;
  }
  
/**
   * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly
   */
  
public function getFdBoundingPoly()
  {
    return 
$this->fdBoundingPoly;
  }
  public function 
setHeadwearLikelihood($headwearLikelihood)
  {
    
$this->headwearLikelihood $headwearLikelihood;
  }
  public function 
getHeadwearLikelihood()
  {
    return 
$this->headwearLikelihood;
  }
  public function 
setJoyLikelihood($joyLikelihood)
  {
    
$this->joyLikelihood $joyLikelihood;
  }
  public function 
getJoyLikelihood()
  {
    return 
$this->joyLikelihood;
  }
  public function 
setLandmarkingConfidence($landmarkingConfidence)
  {
    
$this->landmarkingConfidence $landmarkingConfidence;
  }
  public function 
getLandmarkingConfidence()
  {
    return 
$this->landmarkingConfidence;
  }
  
/**
   * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1FaceAnnotationLandmark[]
   */
  
public function setLandmarks($landmarks)
  {
    
$this->landmarks $landmarks;
  }
  
/**
   * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1FaceAnnotationLandmark[]
   */
  
public function getLandmarks()
  {
    return 
$this->landmarks;
  }
  public function 
setPanAngle($panAngle)
  {
    
$this->panAngle $panAngle;
  }
  public function 
getPanAngle()
  {
    return 
$this->panAngle;
  }
  
/**
   * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1FaceRecognitionResult[]
   */
  
public function setRecognitionResult($recognitionResult)
  {
    
$this->recognitionResult $recognitionResult;
  }
  
/**
   * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1FaceRecognitionResult[]
   */
  
public function getRecognitionResult()
  {
    return 
$this->recognitionResult;
  }
  public function 
setRollAngle($rollAngle)
  {
    
$this->rollAngle $rollAngle;
  }
  public function 
getRollAngle()
  {
    return 
$this->rollAngle;
  }
  public function 
setSorrowLikelihood($sorrowLikelihood)
  {
    
$this->sorrowLikelihood $sorrowLikelihood;
  }
  public function 
getSorrowLikelihood()
  {
    return 
$this->sorrowLikelihood;
  }
  public function 
setSurpriseLikelihood($surpriseLikelihood)
  {
    
$this->surpriseLikelihood $surpriseLikelihood;
  }
  public function 
getSurpriseLikelihood()
  {
    return 
$this->surpriseLikelihood;
  }
  public function 
setTiltAngle($tiltAngle)
  {
    
$this->tiltAngle $tiltAngle;
  }
  public function 
getTiltAngle()
  {
    return 
$this->tiltAngle;
  }
  public function 
setUnderExposedLikelihood($underExposedLikelihood)
  {
    
$this->underExposedLikelihood $underExposedLikelihood;
  }
  public function 
getUnderExposedLikelihood()
  {
    return 
$this->underExposedLikelihood;
  }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0075 ]--