Values_2.VocabularySummarySourceContains summary information about the custom vocabulary.
type nonrec t = {name : Values_1.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 : Values_1.VocabularyState.t option;The current state of the custom vocabulary.
*)lastModifiedTime : Values_1.VocabularyLastModifiedTime.t option;The timestamp when the custom vocabulary was last modified.
*)failureReason : Values_1.VocabularyFailureReason.t option;The reason why the custom vocabulary was not created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_1.VocabularyName.t
| `Timestamp of Values_1.VocabularyLastModifiedTime.t ])
list ]