Class VirageDocument

Description

Encloses a Virage Document

Located in /VirageDocument.class.php (line 6)


	
			
Variable Summary
Method Summary
string correctSWFLocation (string $correctLocation)
string getOCRMSecTime ()
string getOCRWeights ()
string getOCRWords ()
string getSoftSoundWords ()
string getSWFLocation ()
string getSWFTime ()
void setOCRMSecTime (string $time)
void setOCRWeight (string $weights)
void setOCRWords (string $words)
void setSoftSoundMSecTime (string $time)
void setSoftSoundWeights (string $weights)
void setSoftSoundWords (string $words)
void setSWFLocation (string $location)
void setSWFTime (string $time)
Variables
string $contentType = null (line 66)

The document content type

  • access: public
string $database = null (line 48)

The document database name

  • access: public
string $date = null (line 42)

The document date

  • access: public
string $documentContent = null (line 120)

The document content

  • access: public
int $document_id = null (line 12)

The document identifier

  • access: public
string $dre_title = null (line 36)

The document DRE title

  • access: public
int $endTime = null (line 60)

The document end time

  • access: public
string $fileName = null (line 18)

The document file name

  • access: public
VirageDocumentImages $images = null (line 126)

The document images

  • access: public
int[] $ocrMsecTime = null (line 90)

The document OCR msec time

  • access: public
int[] $ocrWeights = null (line 96)

The document OCR weights

  • access: public
string[] $ocrWords = null (line 84)

The document OCR words

  • access: public
int $section = null (line 24)

The section

  • access: public
int[] $softSoundMsecTime = null (line 102)

The document soft sound msec time

  • access: public
int[] $softSoundWeights = null (line 114)

The document soft sound weights

  • access: public
string[] $softSoundWords = null (line 108)

The document soft sound words

  • access: public
int $startTime = null (line 54)

The document start time

  • access: public
string[] $swfLocation = null (line 72)

The document swf location

  • access: public
int[] $swfTime = null (line 78)

The document swf time

  • access: public
string $title = null (line 30)

The document title

  • access: public
Methods
correctSWFLocation (line 309)

Transform the SWF locations if the path is not correctly set-up

  • access: public
string correctSWFLocation (string $correctLocation)
  • string $correctLocation: The correct location of SWF Files
getOCRMSecTime (line 207)

Gets the OCR MSecTime

  • access: public
string getOCRMSecTime ()
getOCRWeights (line 229)

Gets the OCR weights

  • access: public
string getOCRWeights ()
getOCRWords (line 185)

Gets the OCR words

  • access: public
string getOCRWords ()
getSoftSoundMSecTime (line 251)

Gets the soft sound MSec time

  • access: public
string getSoftSoundMSecTime ()
getSoftSoundWeights (line 295)

Gets the soft sound weights

  • access: public
string getSoftSoundWeights ()
getSoftSoundWords (line 273)

Gets the soft sound words

  • access: public
string getSoftSoundWords ()
getSWFLocation (line 141)

Gets the SWF locations

  • access: public
string getSWFLocation ()
getSWFTime (line 163)

Gets the SWF time

  • access: public
string getSWFTime ()
setOCRMSecTime (line 198)

Sets the OCR MSec time from an string (space delimiter)

  • access: public
void setOCRMSecTime (string $time)
  • string $time: The OCR MSec time
setOCRWeight (line 220)

Sets the OCR weights from an string (space delimiter)

  • access: public
void setOCRWeight (string $weights)
  • string $weights: The OCR weights
setOCRWords (line 176)

Sets the OCR Words from an string (| delimiter)

  • access: public
void setOCRWords (string $words)
  • string $words: The OCR words
setSoftSoundMSecTime (line 242)

Sets the soft sound MSec time from an string (space delimiter)

  • access: public
void setSoftSoundMSecTime (string $time)
  • string $time: The sound time
setSoftSoundWeights (line 286)

Sets the soft sound weights from an string (| delimiter)

  • access: public
void setSoftSoundWeights (string $weights)
  • string $weights: The sound words
setSoftSoundWords (line 264)

Sets the soft sound words from an string (| delimiter)

  • access: public
void setSoftSoundWords (string $words)
  • string $words: The sound words
setSWFLocation (line 133)

Sets the SWF locations from an string (| delimiter)

  • access: public
void setSWFLocation (string $location)
  • string $location
setSWFTime (line 154)

Sets the SWF time from an string (| delimiter)

  • access: public
void setSWFTime (string $time)
  • string $time: The SWF time

Documentation generated on Thu, 10 Dec 2009 15:21:56 +0100 by phpDocumentor 1.4.1