Method | Description | |
---|---|---|
EmotionServiceClient ( string subscriptionKey ) : System |
Initializes a new instance of the EmotionServiceClient class.
|
|
GetOperationResultAsync ( VideoEmotionRecognitionOperation operation ) : Task |
Get emotion video operation result.
|
|
RecognizeAsync ( Stream imageStream ) : Task |
Recognize emotions on faces in an image.
|
|
RecognizeAsync ( Stream imageStream, |
Recognize emotions on faces in an image.
|
|
RecognizeAsync ( String imageUrl ) : Task |
Recognize emotions on faces in an image.
|
|
RecognizeAsync ( String imageUrl, |
Recognize emotions on faces in an image.
|
|
RecognizeInVideoAsync ( Stream videoStream ) : Task |
Recognize emotions on faces in a video.
|
|
RecognizeInVideoAsync ( byte videoBytes ) : Task |
Recognize emotions on faces in a video.
|
|
RecognizeInVideoAsync ( string videoUrl ) : Task |
Recognize emotions on faces in a video.
|
Method | Description | |
---|---|---|
GetRecognizeUrl ( |
public EmotionServiceClient ( string subscriptionKey ) : System | ||
subscriptionKey | string | The subscription key. |
return | System |
public GetOperationResultAsync ( VideoEmotionRecognitionOperation operation ) : Task |
||
operation | VideoEmotionRecognitionOperation | Opaque operation object, from RecognizeInVideoAsync response. |
return | Task |
public RecognizeAsync ( Stream imageStream ) : Task |
||
imageStream | Stream | Stream of the image |
return | Task |
public RecognizeAsync ( Stream imageStream, |
||
imageStream | Stream | Stream of the image |
faceRectangles | ||
return | Task |
public RecognizeAsync ( String imageUrl ) : Task |
||
imageUrl | String | URL of the image. |
return | Task |
public RecognizeAsync ( String imageUrl, |
||
imageUrl | String | URL of the image. |
faceRectangles | Array of face rectangles. | |
return | Task |
public RecognizeInVideoAsync ( Stream videoStream ) : Task |
||
videoStream | Stream | Video stream |
return | Task |
public RecognizeInVideoAsync ( byte videoBytes ) : Task |
||
videoBytes | byte | Video stream byte array |
return | Task |
public RecognizeInVideoAsync ( string videoUrl ) : Task |
||
videoUrl | string | Video URL |
return | Task |