Trait

com.github.j5ik2o.reactive.aws.rekognition

RekognitionClient

Related Doc: package rekognition

Permalink

trait RekognitionClient[M[_]] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RekognitionClient
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def compareFaces(compareFacesRequest: CompareFacesRequest): M[CompareFacesResponse]

    Permalink
  2. abstract def createCollection(createCollectionRequest: CreateCollectionRequest): M[CreateCollectionResponse]

    Permalink
  3. abstract def createProject(createProjectRequest: CreateProjectRequest): M[CreateProjectResponse]

    Permalink
  4. abstract def createProjectVersion(createProjectVersionRequest: CreateProjectVersionRequest): M[CreateProjectVersionResponse]

    Permalink
  5. abstract def createStreamProcessor(createStreamProcessorRequest: CreateStreamProcessorRequest): M[CreateStreamProcessorResponse]

    Permalink
  6. abstract def deleteCollection(deleteCollectionRequest: DeleteCollectionRequest): M[DeleteCollectionResponse]

    Permalink
  7. abstract def deleteFaces(deleteFacesRequest: DeleteFacesRequest): M[DeleteFacesResponse]

    Permalink
  8. abstract def deleteStreamProcessor(deleteStreamProcessorRequest: DeleteStreamProcessorRequest): M[DeleteStreamProcessorResponse]

    Permalink
  9. abstract def describeCollection(describeCollectionRequest: DescribeCollectionRequest): M[DescribeCollectionResponse]

    Permalink
  10. abstract def describeProjectVersions(describeProjectVersionsRequest: DescribeProjectVersionsRequest): M[DescribeProjectVersionsResponse]

    Permalink
  11. abstract def describeProjects(describeProjectsRequest: DescribeProjectsRequest): M[DescribeProjectsResponse]

    Permalink
  12. abstract def describeStreamProcessor(describeStreamProcessorRequest: DescribeStreamProcessorRequest): M[DescribeStreamProcessorResponse]

    Permalink
  13. abstract def detectCustomLabels(detectCustomLabelsRequest: DetectCustomLabelsRequest): M[DetectCustomLabelsResponse]

    Permalink
  14. abstract def detectFaces(detectFacesRequest: DetectFacesRequest): M[DetectFacesResponse]

    Permalink
  15. abstract def detectLabels(detectLabelsRequest: DetectLabelsRequest): M[DetectLabelsResponse]

    Permalink
  16. abstract def detectModerationLabels(detectModerationLabelsRequest: DetectModerationLabelsRequest): M[DetectModerationLabelsResponse]

    Permalink
  17. abstract def detectText(detectTextRequest: DetectTextRequest): M[DetectTextResponse]

    Permalink
  18. abstract def getCelebrityInfo(getCelebrityInfoRequest: GetCelebrityInfoRequest): M[GetCelebrityInfoResponse]

    Permalink
  19. abstract def getCelebrityRecognition(getCelebrityRecognitionRequest: GetCelebrityRecognitionRequest): M[GetCelebrityRecognitionResponse]

    Permalink
  20. abstract def getContentModeration(getContentModerationRequest: GetContentModerationRequest): M[GetContentModerationResponse]

    Permalink
  21. abstract def getFaceDetection(getFaceDetectionRequest: GetFaceDetectionRequest): M[GetFaceDetectionResponse]

    Permalink
  22. abstract def getFaceSearch(getFaceSearchRequest: GetFaceSearchRequest): M[GetFaceSearchResponse]

    Permalink
  23. abstract def getLabelDetection(getLabelDetectionRequest: GetLabelDetectionRequest): M[GetLabelDetectionResponse]

    Permalink
  24. abstract def getPersonTracking(getPersonTrackingRequest: GetPersonTrackingRequest): M[GetPersonTrackingResponse]

    Permalink
  25. abstract def getTextDetection(getTextDetectionRequest: GetTextDetectionRequest): M[GetTextDetectionResponse]

    Permalink
  26. abstract def indexFaces(indexFacesRequest: IndexFacesRequest): M[IndexFacesResponse]

    Permalink
  27. abstract def listCollections(): M[ListCollectionsResponse]

    Permalink
  28. abstract def listCollections(listCollectionsRequest: ListCollectionsRequest): M[ListCollectionsResponse]

    Permalink
  29. abstract def listFaces(listFacesRequest: ListFacesRequest): M[ListFacesResponse]

    Permalink
  30. abstract def listStreamProcessors(): M[ListStreamProcessorsResponse]

    Permalink
  31. abstract def listStreamProcessors(listStreamProcessorsRequest: ListStreamProcessorsRequest): M[ListStreamProcessorsResponse]

    Permalink
  32. abstract def recognizeCelebrities(recognizeCelebritiesRequest: RecognizeCelebritiesRequest): M[RecognizeCelebritiesResponse]

    Permalink
  33. abstract def searchFaces(searchFacesRequest: SearchFacesRequest): M[SearchFacesResponse]

    Permalink
  34. abstract def searchFacesByImage(searchFacesByImageRequest: SearchFacesByImageRequest): M[SearchFacesByImageResponse]

    Permalink
  35. abstract def startCelebrityRecognition(startCelebrityRecognitionRequest: StartCelebrityRecognitionRequest): M[StartCelebrityRecognitionResponse]

    Permalink
  36. abstract def startContentModeration(startContentModerationRequest: StartContentModerationRequest): M[StartContentModerationResponse]

    Permalink
  37. abstract def startFaceDetection(startFaceDetectionRequest: StartFaceDetectionRequest): M[StartFaceDetectionResponse]

    Permalink
  38. abstract def startFaceSearch(startFaceSearchRequest: StartFaceSearchRequest): M[StartFaceSearchResponse]

    Permalink
  39. abstract def startLabelDetection(startLabelDetectionRequest: StartLabelDetectionRequest): M[StartLabelDetectionResponse]

    Permalink
  40. abstract def startPersonTracking(startPersonTrackingRequest: StartPersonTrackingRequest): M[StartPersonTrackingResponse]

    Permalink
  41. abstract def startProjectVersion(startProjectVersionRequest: StartProjectVersionRequest): M[StartProjectVersionResponse]

    Permalink
  42. abstract def startStreamProcessor(startStreamProcessorRequest: StartStreamProcessorRequest): M[StartStreamProcessorResponse]

    Permalink
  43. abstract def startTextDetection(startTextDetectionRequest: StartTextDetectionRequest): M[StartTextDetectionResponse]

    Permalink
  44. abstract def stopProjectVersion(stopProjectVersionRequest: StopProjectVersionRequest): M[StopProjectVersionResponse]

    Permalink
  45. abstract def stopStreamProcessor(stopStreamProcessorRequest: StopStreamProcessorRequest): M[StopStreamProcessorResponse]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  14. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  15. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped