Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

MBS FileMaker Plugin Example Databases

Speech Recognition

All examples are included with download of MBS FileMaker Plugin.

Speech Recognition.fmp12

Overview
Tables1
Relationships0
Layouts1
Scripts6
Value Lists0
Custom Functions0
Custom Menus0
File Options
Default custom menu set[Standard FileMaker Menus]
When opening file
Minimum allowed version12.0
Login usingAccount Name; Account= Admin
Allow user to save passwordOff
Require iOS passcodeOff
Switch to layoutOff
Hide all toolbarsOff
Script triggers
OnFirstWindowOpenOff
OnLastWindowCloseOff
OnWindowOpenOff
OnWindowCloseOff
OnFileAVPlayerChangeOff
Thumbnail Settings
Generate ThumbnailsOn; Temporary

 

Tables

Table Name
Statistics
Occurrences in Relationship Graph
Speech Recognition
0 fields defined, 1 record
Speech Recognition

Layout Objects: Speech Recognition

Buttons

Button PropertiesCoordinatesScript/Script Step
    Type:
  • Text: Initialize
  • Top: 56 pt
  • Left: 12 pt
  • Bottom: 93 pt
  • Right: 282 pt
  • Anchoring: Left, Top
Perform Script [ “Initialize” ]

Scripts:


Button PropertiesCoordinatesScript/Script Step
    Type:
  • Text: Supported Localizations
  • Top: 102 pt
  • Left: 12 pt
  • Bottom: 139 pt
  • Right: 282 pt
  • Anchoring: Left, Top
Perform Script [ “Supported Locales” ]

Scripts:


Button PropertiesCoordinatesScript/Script Step
    Type:
  • Text: Request Authorization
  • Top: 148 pt
  • Left: 12 pt
  • Bottom: 185 pt
  • Right: 282 pt
  • Anchoring: Left, Top
Perform Script [ “Request Authorization” ]

Scripts:


Button PropertiesCoordinatesScript/Script Step
    Type:
  • Text: Recognize File
  • Top: 194 pt
  • Left: 12 pt
  • Bottom: 231 pt
  • Right: 282 pt
  • Anchoring: Left, Top
Perform Script [ “Recognize File” ]

Scripts:


Script Hierarchy

Initialize
Supported Locales
Check on Device Recognition
Request Authorization
Check Authorization Status
Recognize File

Next Script: [Supported Locales]
Script NameInitialize
Run script with full access privilegesOff
Include In MenuYes
Layouts that use this script
Scripts that use this script
    Script Definition
    Script Steps
    Fields used in this script
      Scripts used in this script
        Layouts used in this script
          Tables used in this script
            Table occurrences used by this script
              Custom Functions used by this script
                Custom menu set used by this script

                  Previous Script: [Initialize]Next Script: [Check on Device Recognition]
                  Script NameSupported Locales
                  Run script with full access privilegesOff
                  Include In MenuYes
                  Layouts that use this script
                  Scripts that use this script
                    Script Definition
                    Script Steps
                    • Set Variable [ $r; Value:MBS( "SpeechRecognition.SupportedLocales" ) ]
                    • Show Custom Dialog [ Title: "Supported Locales"; Message: $r; Default Button: “OK”, Commit: “Yes” ]
                    Fields used in this script
                      Scripts used in this script
                        Layouts used in this script
                          Tables used in this script
                            Table occurrences used by this script
                              Custom Functions used by this script
                                Custom menu set used by this script

                                  Previous Script: [Supported Locales]Next Script: [Request Authorization]
                                  Script NameCheck on Device Recognition
                                  Run script with full access privilegesOff
                                  Include In MenuYes
                                  Layouts that use this script
                                    Scripts that use this script
                                      Script Definition
                                      Script Steps
                                      • Set Variable [ $r; Value:MBS( "SpeechRecognition.SupportsOnDeviceRecognition"; "en-US" ) ]
                                      • Show Custom Dialog [ Title: "Supports on device recognition for en-US"; Message: If($r = 1; "yes"; If($r = 0; "no"; $r)); Default Button: “OK”, Commit: “Yes” ]
                                      Fields used in this script
                                        Scripts used in this script
                                          Layouts used in this script
                                            Tables used in this script
                                              Table occurrences used by this script
                                                Custom Functions used by this script
                                                  Custom menu set used by this script

                                                    Previous Script: [Check on Device Recognition]Next Script: [Check Authorization Status]
                                                    Script NameRequest Authorization
                                                    Run script with full access privilegesOff
                                                    Include In MenuYes
                                                    Layouts that use this script
                                                    Scripts that use this script
                                                      Script Definition
                                                      Script Steps
                                                      Fields used in this script
                                                        Scripts used in this script
                                                          Layouts used in this script
                                                            Tables used in this script
                                                              Table occurrences used by this script
                                                                Custom Functions used by this script
                                                                  Custom menu set used by this script

                                                                    Previous Script: [Request Authorization]Next Script: [Recognize File]
                                                                    Script NameCheck Authorization Status
                                                                    Run script with full access privilegesOff
                                                                    Include In MenuYes
                                                                    Layouts that use this script
                                                                      Scripts that use this script
                                                                        Script Definition
                                                                        Script Steps
                                                                        • Set Variable [ $r; Value:MBS( "SpeechRecognition.AuthorizationStatus" ) ]
                                                                        • Show Custom Dialog [ Title: "Request Authorization"; Message: $r; Default Button: “OK”, Commit: “Yes” ]
                                                                        Fields used in this script
                                                                          Scripts used in this script
                                                                            Layouts used in this script
                                                                              Tables used in this script
                                                                                Table occurrences used by this script
                                                                                  Custom Functions used by this script
                                                                                    Custom menu set used by this script

                                                                                      Previous Script: [Check Authorization Status]
                                                                                      Script NameRecognize File
                                                                                      Run script with full access privilegesOff
                                                                                      Include In MenuYes
                                                                                      Layouts that use this script
                                                                                      Scripts that use this script
                                                                                        Script Definition
                                                                                        Script Steps
                                                                                        Fields used in this script
                                                                                          Scripts used in this script
                                                                                            Layouts used in this script
                                                                                              Tables used in this script
                                                                                                Table occurrences used by this script
                                                                                                  Custom Functions used by this script
                                                                                                    Custom menu set used by this script

                                                                                                      Download example: Speech Recognition

                                                                                                      Used functions: