analyze method

Future<List<RequestResult>> analyze({
  1. required List<Analysis> analysis,
  2. String? folderId,
  3. List<Media> uploadMedia = const [],
  4. Map<String, String> parameters = const {},
  5. String? containerId,
})

Implementation

Future<List<RequestResult>> analyze({
  required List<Analysis> analysis,
  String? folderId,
  List<Media> uploadMedia = const [],
  Map<String, String> parameters = const {},
  String? containerId,
}) {
  throw UnimplementedError('analyze() has not been implemented.');
}