BatchDetectDominantLanguageItemResult

public struct BatchDetectDominantLanguageItemResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The zero-based index of the document in the input list.

    Declaration

    Swift

    public let index: Int?
  • One or more DominantLanguage objects describing the dominant languages in the document.

    Declaration

    Swift

    public let languages: [DominantLanguage]?
  • Undocumented

    Declaration

    Swift

    public init(index: Int? = nil, languages: [DominantLanguage]? = nil)