Class FaceRecognitionEndpoint

java.lang.Object
org.apache.camel.support.service.BaseService
org.apache.camel.support.service.ServiceSupport
org.apache.camel.support.DefaultEndpoint
org.apache.camel.component.huaweicloud.frs.FaceRecognitionEndpoint
All Implemented Interfaces:
AutoCloseable, org.apache.camel.CamelContextAware, org.apache.camel.ComponentAware, org.apache.camel.Endpoint, org.apache.camel.IsSingleton, org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.spi.HasCamelContext, org.apache.camel.spi.HasId, org.apache.camel.StatefulService, org.apache.camel.SuspendableService

@UriEndpoint(firstVersion="3.15.0", scheme="hwcloud-frs", title="Huawei Cloud Face Recognition Service (FRS)", syntax="hwcloud-frs:operation", category={CLOUD,MESSAGING}, producerOnly=true) public class FaceRecognitionEndpoint extends org.apache.camel.support.DefaultEndpoint
Face Recognition Service (FRS) is an intelligent service that uses computers to process, analyze, and understand facial images based on human facial features.
  • Constructor Details

    • FaceRecognitionEndpoint

      public FaceRecognitionEndpoint()
    • FaceRecognitionEndpoint

      public FaceRecognitionEndpoint(String uri, String operation, FaceRecognitionComponent component)
  • Method Details

    • createProducer

      public org.apache.camel.Producer createProducer() throws Exception
      Throws:
      Exception
    • createConsumer

      public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor processor) throws Exception
      Throws:
      Exception
    • getOperation

      public String getOperation()
    • setOperation

      public void setOperation(String operation)
    • getServiceKeys

      public org.apache.camel.component.huaweicloud.common.models.ServiceKeys getServiceKeys()
    • setServiceKeys

      public void setServiceKeys(org.apache.camel.component.huaweicloud.common.models.ServiceKeys serviceKeys)
    • getAccessKey

      public String getAccessKey()
    • setAccessKey

      public void setAccessKey(String accessKey)
    • getSecretKey

      public String getSecretKey()
    • setSecretKey

      public void setSecretKey(String secretKey)
    • getProjectId

      public String getProjectId()
    • setProjectId

      public void setProjectId(String projectId)
    • getProxyHost

      public String getProxyHost()
    • setProxyHost

      public void setProxyHost(String proxyHost)
    • getProxyPort

      public int getProxyPort()
    • setProxyPort

      public void setProxyPort(int proxyPort)
    • getProxyUser

      public String getProxyUser()
    • setProxyUser

      public void setProxyUser(String proxyUser)
    • getProxyPassword

      public String getProxyPassword()
    • setProxyPassword

      public void setProxyPassword(String proxyPassword)
    • isIgnoreSslVerification

      public boolean isIgnoreSslVerification()
    • setIgnoreSslVerification

      public void setIgnoreSslVerification(boolean ignoreSslVerification)
    • getRegion

      public String getRegion()
    • setRegion

      public void setRegion(String region)
    • getEndpoint

      public String getEndpoint()
    • setEndpoint

      public void setEndpoint(String endpoint)
    • getImageBase64

      public String getImageBase64()
    • setImageBase64

      public void setImageBase64(String imageBase64)
    • getImageUrl

      public String getImageUrl()
    • setImageUrl

      public void setImageUrl(String imageUrl)
    • getImageFilePath

      public String getImageFilePath()
    • setImageFilePath

      public void setImageFilePath(String imageFilePath)
    • getAnotherImageBase64

      public String getAnotherImageBase64()
    • setAnotherImageBase64

      public void setAnotherImageBase64(String anotherImageBase64)
    • getAnotherImageUrl

      public String getAnotherImageUrl()
    • setAnotherImageUrl

      public void setAnotherImageUrl(String anotherImageUrl)
    • getAnotherImageFilePath

      public String getAnotherImageFilePath()
    • setAnotherImageFilePath

      public void setAnotherImageFilePath(String anotherImageFilePath)
    • getVideoBase64

      public String getVideoBase64()
    • setVideoBase64

      public void setVideoBase64(String videoBase64)
    • getVideoUrl

      public String getVideoUrl()
    • setVideoUrl

      public void setVideoUrl(String videoUrl)
    • getVideoFilePath

      public String getVideoFilePath()
    • setVideoFilePath

      public void setVideoFilePath(String videoFilePath)
    • getActions

      public String getActions()
    • setActions

      public void setActions(String actions)
    • getActionTimes

      public String getActionTimes()
    • setActionTimes

      public void setActionTimes(String actionTimes)
    • getFrsClient

      public com.huaweicloud.sdk.frs.v2.FrsClient getFrsClient()
    • setFrsClient

      public void setFrsClient(com.huaweicloud.sdk.frs.v2.FrsClient frsClient)