Values_1.VocabularySourceContains information about a custom vocabulary.
type nonrec t = {name : VocabularyName.t option;A unique name of the custom vocabulary.
*)id : Values_0.VocabularyId.t option;The identifier of the custom vocabulary.
*)arn : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the custom vocabulary.
*)languageCode : Values_0.VocabularyLanguageCode.t option;The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?
*)state : VocabularyState.t option;The current state of the custom vocabulary.
*)lastModifiedTime : VocabularyLastModifiedTime.t option;The timestamp when the custom vocabulary was last modified.
*)failureReason : VocabularyFailureReason.t option;The reason why the custom vocabulary was not created.
*)content : VocabularyContent.t option;The content of the custom vocabulary in plain-text format with a table of values. Each row in the table represents a word or a phrase, described with Phrase, IPA, SoundsLike, and DisplayAs fields. Separate the fields with TAB characters. For more information, see Create a custom vocabulary using a table.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of VocabularyName.t
| `Timestamp of VocabularyLastModifiedTime.t ])
list ]