Interface FaceRecognitionEndpointBuilderFactory.FaceRecognitionBuilders

    • Method Detail

      • hwcloudFrs

        default FaceRecognitionEndpointBuilderFactory.FaceRecognitionEndpointBuilder hwcloudFrs​(String path)
        Huawei Cloud Face Recognition Service (camel-huaweicloud-frs) Face Recognition Service (FRS) is an intelligent service that uses computers to process, analyze, and understand facial images based on human facial features. Category: cloud,messaging Since: 3.15 Maven coordinates: org.apache.camel:camel-huaweicloud-frs Syntax: hwcloud-frs:operation Path parameter: operation (required) Name of Face Recognition operation to perform, including faceDetection, faceVerification and faceLiveDetection
        Parameters:
        path - operation
        Returns:
        the dsl builder
      • hwcloudFrs

        default FaceRecognitionEndpointBuilderFactory.FaceRecognitionEndpointBuilder hwcloudFrs​(String componentName,
                                                                                                String path)
        Huawei Cloud Face Recognition Service (camel-huaweicloud-frs) Face Recognition Service (FRS) is an intelligent service that uses computers to process, analyze, and understand facial images based on human facial features. Category: cloud,messaging Since: 3.15 Maven coordinates: org.apache.camel:camel-huaweicloud-frs Syntax: hwcloud-frs:operation Path parameter: operation (required) Name of Face Recognition operation to perform, including faceDetection, faceVerification and faceLiveDetection
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - operation
        Returns:
        the dsl builder