Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:html
  3. FaceDetector
  4. detect method
detect
description

detect method

Future<List>detect(
  1. dynamicimage
)

Implementation

Future<List<dynamic>> detect(/*ImageBitmapSource*/ image) =>    promiseToFuture<List<dynamic>>(JS("", "#.detect(#)", this, image));
  1. Dart
  2. dart:html
  3. FaceDetector
  4. detect method
FaceDetector class

[8]ページ先頭

©2009-2025 Movatter.jp