adaptationPhrases property

  1. @Deprecated('Not supported. Member documentation may have more information.')
List<String>? adaptationPhrases
getter/setter pair

Deprecated: Use custom_vocabulary instead.

A list of phrases to bias the speech recognition model towards.

Optional.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<core.String>? adaptationPhrases;