Uses of Class
net.webpdf.wsclient.schema.operation.TranscribeErrorReportType
-
Packages that use TranscribeErrorReportType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of TranscribeErrorReportType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as TranscribeErrorReportType Modifier and Type Field Description protected TranscribeErrorReportTypeTranscribeType. errorReportMethods in net.webpdf.wsclient.schema.operation that return TranscribeErrorReportType Modifier and Type Method Description static TranscribeErrorReportTypeTranscribeErrorReportType. fromValue(String v)TranscribeErrorReportTypeTranscribeType. getErrorReport()Gets the value of the errorReport property.static TranscribeErrorReportTypeTranscribeErrorReportType. valueOf(String name)Returns the enum constant of this type with the specified name.static TranscribeErrorReportType[]TranscribeErrorReportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type TranscribeErrorReportType Modifier and Type Method Description voidTranscribeType. setErrorReport(TranscribeErrorReportType value)Sets the value of the errorReport property.
-